Skip to content

Commit

Permalink
Dev (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaier-io authored Mar 3, 2025
2 parents 31c5a8d + 4f4798f commit 4b15bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const nextConfig: NextConfig = {
basePath: '/admin',
env: {
NEXT_PUBLIC_PAYMENT_API_BASE_URL:
process.env.NEXT_PUBLIC_PAYMENT_API_BASE_URL || 'http://localhost:3001',
process.env.NEXT_PUBLIC_PAYMENT_API_BASE_URL || '/api/v1',
},
images: {
unoptimized: true,
Expand Down

0 comments on commit 4b15bb1

Please sign in to comment.