diff --git a/wally-registry-frontend/src/services/wally.api.ts b/wally-registry-frontend/src/services/wally.api.ts index 806c91fd..3539676c 100644 --- a/wally-registry-frontend/src/services/wally.api.ts +++ b/wally-registry-frontend/src/services/wally.api.ts @@ -1,6 +1,6 @@ import { WallyPackageBrief, WallyPackageMetadata } from "../types/wally" -const wallyApiBaseUrl = `${process.env.WALLY_API_URL}/v1` +const wallyApiBaseUrl = `${process.env.NEXT_PUBLIC_WALLY_API_URL}/v1` // API/v1/package-search?query= const wallyApiSearchUrl = `${wallyApiBaseUrl}/package-search` // API/v1/package-metadata//