Skip to content

Commit a9835a6

Browse files
Update next.config.js
1 parent 16b48aa commit a9835a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const nextConfig = {
66
return [
77
{
88
source: '/api/v1/:path*',
9-
destination: 'http://backend:8090/api/v1/:path*',
9+
destination: 'http://localhost:8090/api/v1/:path*',
1010
},
1111
];
1212
},

0 commit comments

Comments
 (0)