Skip to content

Commit

Permalink
Merge branch 'fsck-block-development03-enhancement-RestApiAvailEP' in…
Browse files Browse the repository at this point in the history
…to development03
  • Loading branch information
lumapu committed Jan 21, 2024
2 parents b4c688f + 287c6ae commit 610ae38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/web/RestApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,14 @@ class RestApi {
ep[F("generic")] = url + F("generic");
ep[F("index")] = url + F("index");
ep[F("setup")] = url + F("setup");
#if !defined(ETHERNET)
ep[F("setup/networks")] = url + F("setup/networks");
ep[F("setup/getip")] = url + F("setup/getip");
#endif /* !defined(ETHERNET) */
ep[F("system")] = url + F("system");
ep[F("live")] = url + F("live");
ep[F("powerHistory")] = url + F("powerHistory");
ep[F("yieldDayHistory")] = url + F("yieldDayHistory");
}


Expand Down

0 comments on commit 610ae38

Please sign in to comment.