Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
magsyg committed Nov 12, 2024
1 parent 4f42bea commit bfa60bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/routes/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down Expand Up @@ -612,4 +611,4 @@ export const ROUTES_BACKEND = {
samfundet__purchase_feedback: '/purchase-feedback/',
static__path: '/static/:path',
media__path: '/media/:path',
} as const;
} as const;

0 comments on commit bfa60bd

Please sign in to comment.