diff --git a/kytos/core/api_server.py b/kytos/core/api_server.py index d1be513e2..b14d80d0a 100644 --- a/kytos/core/api_server.py +++ b/kytos/core/api_server.py @@ -138,7 +138,7 @@ def _register_web_ui(self): @staticmethod def status_api(): """Display kytos status using the route ``/kytos/status/``.""" - return '{"response": "running"}', HTTPStatus.CREATED.value + return '{"response": "running"}', HTTPStatus.OK.value def stop_api_server(self): """Send a shutdown request to stop Api Server."""