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

Commit

Permalink
Reverserer test av feilet Unleash-kall
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Oct 10, 2023
1 parent 145aa8d commit da4794a
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 @@ -23,7 +23,7 @@ const initializeUnleash = async () => {

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

0 comments on commit da4794a

Please sign in to comment.