1
0
forked from Yara724/api

Fixed Swagger ui in prod

This commit is contained in:
SepehrYahyaee
2026-05-31 15:03:46 +03:30
parent 2b7192151d
commit 02a69f3db2

View File

@@ -54,7 +54,6 @@ async function bootstrap() {
return challenge(); return challenge();
} }
}); });
}
const config = new DocumentBuilder() const config = new DocumentBuilder()
.setTitle("yara724-backend") .setTitle("yara724-backend")
@@ -86,6 +85,7 @@ async function bootstrap() {
}, },
}, },
}); });
}
await app.listen(process.env.PORT); await app.listen(process.env.PORT);
} }