Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Legger til api som endepunkt for unleash
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Oct 8, 2023
1 parent df0e9ff commit ceb113a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/api-handlers/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const initializeUnleash = async () => {

try {
unleashInstance = initialize({
url: UNLEASH_SERVER_API_URL,
url: `${UNLEASH_SERVER_API_URL}/api/`,
appName: 'nav-dekoratoren',
customHeaders: { Authorization: UNLEASH_SERVER_API_TOKEN },
});
Expand Down

0 comments on commit ceb113a

Please sign in to comment.