commented app.use('/pictures', express.static('pictures'));
This commit is contained in:
parent
39c93e7178
commit
047c723364
|
|
@ -14,7 +14,7 @@ async function bootstrap() {
|
||||||
app.useLogger(logger);
|
app.useLogger(logger);
|
||||||
//app.use('/bizmatch/payment/webhook', bodyParser.raw({ type: 'application/json' }));
|
//app.use('/bizmatch/payment/webhook', bodyParser.raw({ type: 'application/json' }));
|
||||||
// Serve static files from pictures directory
|
// Serve static files from pictures directory
|
||||||
app.use('/pictures', express.static('pictures'));
|
// app.use('/pictures', express.static('pictures'));
|
||||||
|
|
||||||
app.setGlobalPrefix('bizmatch');
|
app.setGlobalPrefix('bizmatch');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue