We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c54b0a commit 3ca4d60Copy full SHA for 3ca4d60
apps/backend/src/main.ts
@@ -40,7 +40,7 @@ async function bootstrap() {
40
credentials: true,
41
});
42
43
- app.use('/api/v1', express.static('public'));
+ app.use('/v1', express.static('public'));
44
45
const port = process.env.PORT || '4000';
46
0 commit comments