fix: manager login and menu management (#38)
Release package / release (push) Failing after 7m21s
Release package / release (push) Failing after 7m21s
Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Reviewed-on: #38
This commit was merged in pull request #38.
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ const nextConfig: NextConfig = {
|
||||
],
|
||||
},
|
||||
async rewrites() {
|
||||
const gatewayUrl = "http://localhost:32080";
|
||||
const gatewayUrl = "http://host.docker.internal:32080";
|
||||
return [
|
||||
{
|
||||
source: "/api/:path*",
|
||||
|
||||
Reference in New Issue
Block a user