Implement user API proxying and enhance missing fields handling
This commit is contained in:
@@ -28,10 +28,6 @@ const nextConfig = {
|
||||
source: "/api/chapters/:path*",
|
||||
destination: `${readerApiOrigin}/api/chapters/:path*`,
|
||||
},
|
||||
{
|
||||
source: "/api/user/:path*",
|
||||
destination: `${readerApiOrigin}/api/user/:path*`,
|
||||
},
|
||||
{
|
||||
source: "/api/auth/mobile-login",
|
||||
destination: `${readerApiOrigin}/api/auth/mobile-login`,
|
||||
|
||||
Reference in New Issue
Block a user