Added louis's back modif and set public routes for cover and svg illustration

This commit is contained in:
Clément Le Bihan
2023-11-17 13:50:30 +01:00
parent 9d6beb74c0
commit ce2da1d859

View File

@@ -65,7 +65,7 @@ async function bootstrap() {
app.useGlobalPipes(new ValidationPipe());
app.enableCors();
app.useGlobalInterceptors(new AspectLogger());
//app.useGlobalInterceptors(new AspectLogger());
await app.listen(3000);
}