This commit is contained in:
stephb9959
2022-02-21 14:16:17 -08:00
parent a9d36f2460
commit 96bb22033e
4 changed files with 72 additions and 4 deletions

View File

@@ -65,4 +65,9 @@ namespace OpenWifi {
return OK();
}
void RESTAPI_signup_handler::DoPut() {
// TODO
}
}