mirror of
https://git.victorphan.net/basketballcantho/ten-project.git
synced 2026-08-06 13:33:11 +07:00
Hoàn thành chức năng collaborative
This commit is contained in:
@@ -7,6 +7,10 @@ const nextConfig = {
|
||||
source: "/api/:path*",
|
||||
destination: `${process.env.NEXT_PUBLIC_API_URL ?? "http://localhost:8000"}/api/:path*`,
|
||||
},
|
||||
{
|
||||
source: "/ws/:path*",
|
||||
destination: `${process.env.NEXT_PUBLIC_API_URL ?? "http://localhost:8000"}/ws/:path*`,
|
||||
},
|
||||
];
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user