Skip to content

Commit

Permalink
Merge pull request cloudflare#163 from cloudflare/fix-calls-api-base-env
Browse files Browse the repository at this point in the history
Fix callsApiBaseUrl
  • Loading branch information
third774 authored Jan 23, 2025
2 parents 79a3bf9 + aceecb2 commit 5ba7c47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions app/routes/partytracks.$.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ const proxy = async ({ request, context }: LoaderFunctionArgs) =>
routePartyTracksRequest({
appId: context.env.CALLS_APP_ID,
token: context.env.CALLS_APP_SECRET,
baseUrl: context.env.CALLS_API_URL,
prefix: context.env.CALLS_API_PREFIX,
callsApiBaseUrl: context.env.CALLS_API_URL,
request,
})

Expand Down
1 change: 0 additions & 1 deletion app/types/Env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export type Env = {
CALLS_APP_ID: string
CALLS_APP_SECRET: string
CALLS_API_URL?: string
CALLS_API_PREFIX?: string
USER_DIRECTORY_URL?: string
FEEDBACK_URL?: string
FEEDBACK_QUEUE?: Queue
Expand Down

0 comments on commit 5ba7c47

Please sign in to comment.