diff --git a/hathor/profiler/resources/cpu_profiler.py b/hathor/profiler/resources/cpu_profiler.py index 88e87329b..f07b2bd8a 100644 --- a/hathor/profiler/resources/cpu_profiler.py +++ b/hathor/profiler/resources/cpu_profiler.py @@ -102,7 +102,7 @@ def render_OPTIONS(self, request: Request) -> int: CPUProfilerResource.openapi = { - '/profiler': { + '/top': { 'x-visibility': 'private', 'get': { 'operationId': 'cpu-profiler',