mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-26 22:04:23 +00:00
mysql db partially integrated
This commit is contained in:
@@ -60,7 +60,6 @@ require( './admin/routes.js' )( app, settings ); // admin routes
|
||||
require( './backend/userRoutes.js' )( app, settings ); // user routes
|
||||
|
||||
app.use( ( request, response ) => {
|
||||
console.log( 'index fallback' );
|
||||
response.sendFile( path.join( __dirname + '/../webapp/dist/index.html' ) );
|
||||
} );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user