Closed tiennguyen1203 closed 2 years ago
I'm using tsc to compile ts to js, and I cannot access the http://localhost:3000/api-docs/swagger(.json)
Okay sorry for the mistake, cause i put the app.use('*', async (req, res) => { res.status(404).send('Route not found')}) on top the swagger route so that throw 404 Not Found error =)
I'm using tsc to compile ts to js, and I cannot access the http://localhost:3000/api-docs/swagger(.json)