Server is ticking ever half-hour

This commit is contained in:
2019-05-20 08:31:33 +10:00
parent 08ac120f56
commit cbfbf2320b
3 changed files with 21 additions and 3 deletions
+1
View File
@@ -30,6 +30,7 @@ app.post('/profilerequest', profiles.profileRequest(connection));
app.post('/recruit', profiles.recruit(connection));
app.post('/train', profiles.train(connection));
app.post('/untrain', profiles.untrain(connection));
profiles.runGoldTick(connection);
//static directories
app.use('/styles', express.static(path.resolve(__dirname + '/../public/styles')) );