Skip to content

Commit 69a8af7

Browse files
authored
Add missing line from previous revert (0LNetworkCommunity#89)
1 parent e26220f commit 69a8af7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ async function bootstrap() {
3131

3232
app.disable('x-powered-by');
3333
app.set('trust proxy', 1);
34+
app.enableCors();
3435

3536
const port = configService.get('PORT') || 3000;
3637

0 commit comments

Comments
 (0)