stuff
This commit is contained in:
parent
85d241afa8
commit
c3aededf34
8 changed files with 54 additions and 24 deletions
3
index.js
3
index.js
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue