Skip to content

Commit

Permalink
Update dev.next.config.js.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
keyskull committed Jun 3, 2024
1 parent b7f2152 commit b0c11d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev.next.config.js.sample
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ module.exports = {
return [
{
"source": "/auth/signin",
"destination": "https://dev-auth.mitech.ai/api/auth/signin",
"destination": "https://dev.mitech.ai/api/auth/signin",
"basePath": false
},
{
"source": "/auth/signup",
"destination": "https://dev-auth.mitech.ai/api/auth/signup",
"destination": "https://dev.mitech.ai/api/auth/signup",
"basePath": false
},
{
"source": "/api/auth/:path*",
"destination": "https://dev-auth.mitech.ai/api/auth/:path*",
"destination": "https://dev.mitech.ai/api/auth/:path*",
"basePath": false
}
]
Expand Down

0 comments on commit b0c11d8

Please sign in to comment.