diff --git a/bizmatch-server/src/main.ts b/bizmatch-server/src/main.ts index 760275b..45796a8 100644 --- a/bizmatch-server/src/main.ts +++ b/bizmatch-server/src/main.ts @@ -14,7 +14,7 @@ async function bootstrap() { app.useLogger(logger); //app.use('/bizmatch/payment/webhook', bodyParser.raw({ type: 'application/json' })); // Serve static files from pictures directory - app.use('/pictures', express.static('pictures')); + // app.use('/pictures', express.static('pictures')); app.setGlobalPrefix('bizmatch');