This commit is contained in:
CHIEFSOFT\ameye
2024-10-27 15:07:02 -04:00
parent d721e5c51a
commit 12bbe14725
3 changed files with 30 additions and 0 deletions
+3
View File
@@ -21,4 +21,7 @@ module.exports = function(app) {
app.route('/eventSendMoney')
.post(controller.eventSendMoney);
app.route('/settings')
.get(controller.siteSettings);
};