debug: add status route to LilyGO isolation build
This commit is contained in:
@@ -4182,6 +4182,7 @@ void setup() {
|
||||
|
||||
server.on(API_V1("/health"), HTTP_GET, handleHealth);
|
||||
server.on(API_V1("/capabilities"), HTTP_GET, handleCapabilities);
|
||||
server.on(API_V1("/status"), handleStatus);
|
||||
|
||||
|
||||
heapCheckpoint("before:server.begin");
|
||||
|
||||
Reference in New Issue
Block a user