🎨 Add site and rename app
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ class Site
|
||||
*/
|
||||
createProjectRoute(_project)
|
||||
{
|
||||
this.express.use('/', express.static(path.join(__dirname, '../site/dist')))
|
||||
this.express.use('/', express.static(path.join(__dirname, '../app/dist')))
|
||||
|
||||
// Project download route
|
||||
this.express.get('/' + _project.slug + '/download', (request, response) =>
|
||||
|
||||
Reference in New Issue
Block a user