fix
All checks were successful
Build And Deploy Main / build-and-deploy (push) Successful in 32s

This commit is contained in:
2026-03-10 15:32:43 -04:00
parent 3c87fd9a13
commit 8cfe3d5294

View File

@@ -42,6 +42,9 @@ app.get('/admin', function(req, res) {
app.get('/admin/customer-report', function(req, res) {
res.sendFile(path + "index.html");
})
app.get('/admin/permission', function(req, res) {
res.sendFile(path + "index.html");
})
app.get('/trans-routes', function(req, res) {
res.sendFile(path + "index.html");
})