Skip to content

Commit

Permalink
Changed the proxy url for promptfiddle (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-palakurthi authored Jun 20, 2024
1 parent 5745177 commit 21b1209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const defaultEnvKeyValues: [string, string][] = (() => {
// we can do somehting fancier here later if we want to test locally.
return [['BOUNDARY_PROXY_URL', 'https://fiddle-proxy.fly.dev']]
}
return [['BOUNDARY_PROXY_URL', 'https://localhost:3000']]
return [['BOUNDARY_PROXY_URL', 'https://fiddle-proxy.fly.dev']]
} else {
console.log('Not running in a Next.js environment, set default value')
// Not running in a Next.js environment, set default value
Expand Down

0 comments on commit 21b1209

Please sign in to comment.