Update api/routes/ApiRoutes.js
This commit is contained in:
parent
5bc5f95842
commit
b16b80b941
|
@ -15,4 +15,6 @@ module.exports = function (app) {
|
|||
|
||||
app.route('/Reset').post(Api.Reset);
|
||||
|
||||
app.route('/Reboot').post(Api.Reboot);
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user