Skip to content

Commit ced2705

Browse files
committed
wip: properties
1 parent 217185b commit ced2705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ async function bootstrap() {
1414
);
1515
app.enableCors();
1616

17-
await app.listen(process.env.PORT || 3000);
17+
await app.listen(process.env.PORT || 4000);
1818
}
1919
bootstrap();

0 commit comments

Comments
 (0)