Skip to content

Commit

Permalink
fix typo config
Browse files Browse the repository at this point in the history
  • Loading branch information
giamma1295 committed May 14, 2024
1 parent c84c7d0 commit 43d7147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ export const EUCOVIDCERT_API_CLIENT = EUCovidCertAPIClient(
);

export const SERVICES_APP_BACKEND_API_BASE_PATH = getRequiredENVVar(
"SERVICES_APP_API_BASE_PATH"
"SERVICES_APP_BACKEND_API_BASE_PATH"
);
export const SERVICES_APP_BACKEND_API_URL = getRequiredENVVar(
"SERVICES_APP_BACKEND_API_URL"
Expand Down

0 comments on commit 43d7147

Please sign in to comment.