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;