feat : portal.html
This commit is contained in:
@@ -28,7 +28,7 @@ app.use(express.static('ui'));
|
||||
|
||||
// Mengarahkan pengguna yang mengakses URL kosong langsung ke index.html
|
||||
app.get('/', (req, res) => {
|
||||
res.redirect('/index.html');
|
||||
res.redirect('/portal.html');
|
||||
});
|
||||
|
||||
// Rute rahasia sementara untuk mengunduh database asli dari server publik Coolify
|
||||
|
||||
Reference in New Issue
Block a user