Merge pull request 'Fixed Swagger ui in prod' (#95) from s.yahyaee/yara724-api:main into main

Reviewed-on: Yara724/api#95
This commit is contained in:
2026-05-31 15:04:56 +03:30

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);
} }