update
This commit is contained in:
@@ -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);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user