stephb9959
2023-01-08 11:00:42 -08:00
parent bbc83cd0a1
commit b700cacbd8
8 changed files with 33 additions and 5 deletions

View File

@@ -118,4 +118,9 @@ namespace OpenWifi {
void MicroServiceDeleteOverrideConfiguration() {
return MicroService::instance().DeleteOverrideConfiguration();
}
bool AllowExternalMicroServices() {
return MicroService::instance().AllowExternalMicroServices();
}
}