mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
stripe integration done, handling missing still
This commit is contained in:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user