From bfa60bd453c49422ff1f898d3c23ed4b1aae9476 Mon Sep 17 00:00:00 2001 From: magsyg Date: Tue, 12 Nov 2024 21:41:11 +0100 Subject: [PATCH] fixup --- frontend/src/routes/backend.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/routes/backend.ts b/frontend/src/routes/backend.ts index a6ba84c99..58cc547d3 100644 --- a/frontend/src/routes/backend.ts +++ b/frontend/src/routes/backend.ts @@ -566,7 +566,6 @@ export const ROUTES_BACKEND = { samfundet__interview_list: '/api/interview/', samfundet__interview_detail: '/api/interview/:pk/', samfundet__api_root: '/api/', - samfundet__api_root: '/api/:format', samfundet__schema: '/schema/', samfundet__swagger_ui: '/schema/swagger-ui/', samfundet__redoc: '/schema/redoc/', @@ -612,4 +611,4 @@ export const ROUTES_BACKEND = { samfundet__purchase_feedback: '/purchase-feedback/', static__path: '/static/:path', media__path: '/media/:path', -} as const; \ No newline at end of file +} as const;