naimulcsx / progHours

A gamification-driven platform for problem solvers.
https://proghours.com
77 stars 2 forks source link

📝 Update NGINX config and stop rewriting /api #142

Closed naimulcsx closed 2 years ago

naimulcsx commented 2 years ago

Instead of rewriting /api from NGINX, we can use app.setGlobalPrefix('api') set from NestJS. This rewrite causes doesn't let Swagger UI load properly.