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

Commit

Permalink
Partly log api url and token for test of existence
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Oct 6, 2023
1 parent 9a39419 commit 8e93c3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/api-handlers/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export const getFeaturesHandler: RequestHandler = async (req, res) => {
return;
}

console.log(`unleashapi - ${UNLEASH_SERVER_API_URL}`);
console.log(`unleastoken partly - ${UNLEASH_SERVER_API_TOKEN.substring(0, 5)}`);

try {
const unleash = await startUnleash({
url: UNLEASH_SERVER_API_URL,
Expand Down

0 comments on commit 8e93c3c

Please sign in to comment.