增加天梯排行榜
This commit is contained in:
@@ -92,6 +92,10 @@ MarketRouter.route(app);
|
||||
const ActivityRouter = require("./activity/activity.routes");
|
||||
ActivityRouter.route(app);
|
||||
|
||||
// Ladder system routes
|
||||
const LadderRouter = require('./ladder/ladder.routes');
|
||||
LadderRouter.route(app);
|
||||
|
||||
//Read SSL cert
|
||||
var ReadSSL = function()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user