Skip to content

Commit

Permalink
ci: backend update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxtuneLee committed Oct 11, 2024
1 parent bebf0a7 commit 9952310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const nextConfig = {
return [
{
source: "/apis/:slug*",
destination: `http://81.68.225.220:8080/api/v1/:slug*`,
destination: `http://81.68.225.220:8081/api/v1/:slug*`,
},
];
},
Expand Down

0 comments on commit 9952310

Please sign in to comment.