stripe integration done, handling missing still

This commit is contained in:
2023-08-03 15:37:50 +02:00
parent 19874cd007
commit 8784f79014
7 changed files with 39 additions and 12 deletions

View File

@@ -73,8 +73,8 @@ app.use( expressSession( {
}
} ) );
app.use( bodyParser.urlencoded( { extended: false } ) );
app.use( bodyParser.json() );
// app.use( bodyParser.urlencoded( { extended: false } ) );
// app.use( bodyParser.json() );
app.use( cookieParser() );
let file = path.join( __dirname + '/../webapp/main/dist/index.html' );