Skip to content

Commit

Permalink
Add system/reset to API info
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jun 8, 2024
1 parent 5d721f6 commit 5633910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init/REST.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ Mycila::Task initRestApiTask("Init REST API", [](void* params) {
root["grid"] = base + "/grid";
root["router"] = base + "/router";
root["system"] = base + "/system";
root["system/reset"] = base + "/system/reset";
root["system/restart"] = base + "/system/restart";

response->setLength();
Expand Down

0 comments on commit 5633910

Please sign in to comment.