Implemented ladders

This commit is contained in:
2019-05-24 13:00:27 +10:00
parent 683ab95d63
commit 1ad4a14b35
7 changed files with 163 additions and 3 deletions
+1
View File
@@ -37,6 +37,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));
app.post('/ladderrequest', profiles.ladderRequest(connection));
profiles.runGoldTick(connection);
//static directories