Update api/routes/ApiRoutes.js

This commit is contained in:
dongpd 2023-06-29 06:47:37 +00:00
parent 5bc5f95842
commit b16b80b941

View File

@ -15,4 +15,6 @@ module.exports = function (app) {
app.route('/Reset').post(Api.Reset); app.route('/Reset').post(Api.Reset);
app.route('/Reboot').post(Api.Reboot);
}; };