file attachments - WIP
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ async function bootstrap() {
|
||||
app.useGlobalInterceptors(new TransformHttpResponseInterceptor());
|
||||
app.enableShutdownHooks();
|
||||
|
||||
await app.listen(process.env.PORT || 3001);
|
||||
await app.listen(process.env.PORT || 3000);
|
||||
}
|
||||
|
||||
bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user