From fecb445cd06fb7ea4af1bb42ecbe4663b019f114 Mon Sep 17 00:00:00 2001 From: magsyg Date: Sun, 8 Dec 2024 15:12:02 +0100 Subject: [PATCH] remove apiformat from routes --- 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 24dcb86e2..cc2e70ef8 100644 --- a/frontend/src/routes/backend.ts +++ b/frontend/src/routes/backend.ts @@ -564,7 +564,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__gang_application_stats: '/recruitment/:recruitmentId/gang/:gangId/stats/', static__path: '/static/:path', media__path: '/media/:path', -} as const; \ No newline at end of file +} as const;