mysql db partially integrated

This commit is contained in:
2023-07-15 17:07:15 +02:00
parent 5270317e2d
commit a8cf4ec9a4
6 changed files with 35 additions and 11 deletions

View File

@@ -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' ) );
} );