debug: add relay set route to active isolation setup

This commit is contained in:
2026-06-30 22:12:55 -06:00
parent acf98eb8e2
commit 1f54f39956
@@ -4126,6 +4126,8 @@ void setup() {
server.on(API_V1("/health"), HTTP_GET, handleHealth);
server.on(API_V1("/capabilities"), HTTP_GET, handleCapabilities);
server.on(API_V1("/status"), handleStatus);
server.on(API_V1("/relay/set"), HTTP_POST, handleSetRelayPost);