This commit is contained in:
biglyderv 2024-09-19 05:04:03 -04:00
parent 85d241afa8
commit c3aededf34
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
8 changed files with 54 additions and 24 deletions

View file

@ -20,8 +20,7 @@ app.get('/', (req, res) => {
})
app.get('/client/:route', async (req, res) => {
let dat = await iterate(req, res, 'client');
//res.send(dat);
await iterate(req, res, 'client');
})
app.get('/api/get/:route', async (req, res) => {