WIP 2025-07-31 Citycom OAN Api WIP

This commit is contained in:
Frank Schubert
2025-07-31 16:20:31 +02:00
parent c44a429af7
commit 3718ceefdf
10 changed files with 832 additions and 26 deletions

View File

@@ -76,9 +76,7 @@ class SnoppCitycom extends Modules\ApiControllerModule
return \mfResponse::InternalServerError(["message" => "Error activating service"]);
}
return false;
return \mfResponse::Ok();
}