Skip to content

Commit

Permalink
Update Wally API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyAbr committed Nov 6, 2024
1 parent 481e192 commit 3fc13cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wally-registry-frontend/src/services/wally.api.ts
Original file line number Diff line number Diff line change
@@ -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=<query>
const wallyApiSearchUrl = `${wallyApiBaseUrl}/package-search`
// API/v1/package-metadata/<scope>/<name>
Expand Down

0 comments on commit 3fc13cb

Please sign in to comment.