semi finished standing sp comp selection

This commit is contained in:
2023-07-21 14:56:52 +02:00
parent cbadd2a2c1
commit 3fe01239b3
11 changed files with 148 additions and 57 deletions

View File

@@ -56,6 +56,8 @@ if ( settings.init ) {
file = path.join( __dirname + '/../webapp/setup/dist/index.html' );
}
// TODO: Create plugin loader and manager
app.use( ( request, response ) => {
response.sendFile( file );