Missed rename in webapp

This commit is contained in:
samcm 2017-12-30 20:35:44 +11:00
parent 11d56c15dd
commit 8142e78f07
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ root.use( bodyParser() )
// root.use(bodyParser.urlencoded({ extended: true }))
// Setup our web app
root.use('/ptweb/', express.static(path.join(__dirname, 'dist')));
root.use('/slweb/', express.static(path.join(__dirname, 'dist')));
// Merge everything together