stephb9959
2022-11-02 22:57:17 -07:00
parent 110c88b760
commit 3cf7d2f8d6
15 changed files with 313 additions and 100 deletions

View File

@@ -114,4 +114,8 @@ namespace OpenWifi {
std::string MicroServiceGetPublicAPIEndPoint() {
return MicroService::instance().GetPublicAPIEndPoint();
}
void MicroServiceDeleteOverrideConfiguration() {
return MicroService::instance().DeleteOverrideConfiguration();
}
}