Added the banner image

This commit is contained in:
2019-05-25 21:39:42 +10:00
parent 1ad4a14b35
commit eef8b3721f
8 changed files with 16 additions and 12 deletions
+1
View File
@@ -42,6 +42,7 @@ profiles.runGoldTick(connection);
//static directories
app.use('/styles', express.static(path.resolve(__dirname + '/../public/styles')) );
app.use('/img', express.static(path.resolve(__dirname + '/../public/img')) );
//the app file
app.get('/app.bundle.js', (req, res) => {