🎨 Add site and rename app

This commit is contained in:
brunosimon
2017-12-27 15:52:29 +01:00
parent 0e491b0660
commit 657fa4546d
224 changed files with 206 additions and 42 deletions
+1 -1
View File
@@ -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) =>