Skip to content

Commit

Permalink
fix. skal-backupmeny-brukes proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikv committed Aug 15, 2024
1 parent 080b0b0 commit 0685cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/paths/setupPath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function initializePath(app: Express): void {
});

app.get('/tiltaksgjennomforing/skal-backupmeny-brukes', (_, res) => {
res.json(ENABLE_EXTERNAL_MENU && ENABLE_INTERNAL_MENU);
res.json(!ENABLE_EXTERNAL_MENU && !ENABLE_INTERNAL_MENU);
});

app.get('/tiltaksgjennomforing/brukavInternflate', (_, res) => {
Expand Down

0 comments on commit 0685cf2

Please sign in to comment.