ADMIN UI DONE

This commit is contained in:
andrei-mihnea-cerbu
2024-04-03 05:57:01 +03:00
parent 5e4a488bfd
commit 5e5bab933b
15 changed files with 229 additions and 13 deletions
-4
View File
@@ -43,8 +43,4 @@ router.post('/server', async (req, res) => {
}
});
router.post('ceo_credentials', (req, res) => {
});
module.exports = router;