This commit is contained in:
2020-05-26 10:00:59 +07:00
parent 39de6890b2
commit 462681a1c9
3 changed files with 19 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ module.exports = function (app) {
app.route('/SaveEngineConfig').post(Api.SaveEngineConfig);
app.route('/ReadConfig').post(Api.ReadConfig);
app.route('/ReadConfig').post(Api.ReadConfig);
app.route('/Reset').post(Api.Reset);
};