mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-12 08:26:38 +02:00
minor changes (debug levels, api endpoints)
This commit is contained in:
parent
4c5a9cb37f
commit
445423209d
2 changed files with 7 additions and 3 deletions
|
@ -108,6 +108,10 @@ void webApi::getNotFound(JsonObject obj, String url) {
|
|||
ep[F("index")] = url + F("index");
|
||||
ep[F("setup")] = url + F("setup");
|
||||
ep[F("live")] = url + F("live");
|
||||
ep[F("record/info")] = url + F("record/info");
|
||||
ep[F("record/alarm")] = url + F("record/alarm");
|
||||
ep[F("record/config")] = url + F("record/config");
|
||||
ep[F("record/live")] = url + F("record/live");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue