use kub url

This commit is contained in:
Quaternions 2025-03-16 12:21:09 -07:00
parent 8dbdfbdb3f
commit 00ed90e525

@ -7,7 +7,7 @@ const nextConfig: NextConfig = {
return [ return [
{ {
source: "/api/:path*", source: "/api/:path*",
destination: "http://localhost:8082/v1/:path*" destination: "http://submissions:8082/v1/:path*"
} }
] ]
}, },