mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
tasks: fix workers API URL missing trailing / (#20954)
This commit is contained in:
committed by
GitHub
parent
a897535998
commit
48e1edfaa2
@@ -5,5 +5,5 @@ from authentik.tasks.api.workers import WorkerView
|
||||
|
||||
api_urlpatterns = [
|
||||
("tasks/tasks", TaskViewSet),
|
||||
path("tasks/workers", WorkerView.as_view(), name="tasks_workers"),
|
||||
path("tasks/workers/", WorkerView.as_view(), name="tasks_workers"),
|
||||
]
|
||||
|
||||
@@ -33496,7 +33496,7 @@ paths:
|
||||
$ref: '#/components/responses/ValidationErrorResponse'
|
||||
'403':
|
||||
$ref: '#/components/responses/GenericErrorResponse'
|
||||
/tasks/workers:
|
||||
/tasks/workers/:
|
||||
get:
|
||||
operationId: tasks_workers_list
|
||||
description: Get currently connected worker count.
|
||||
|
||||
Reference in New Issue
Block a user