settings
This commit is contained in:
@@ -21,4 +21,7 @@ module.exports = function(app) {
|
||||
app.route('/eventSendMoney')
|
||||
.post(controller.eventSendMoney);
|
||||
|
||||
app.route('/settings')
|
||||
.get(controller.siteSettings);
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user