diff --git a/web/next.config.ts b/web/next.config.ts
index 8cb3c98..4ec807c 100644
--- a/web/next.config.ts
+++ b/web/next.config.ts
@@ -7,7 +7,7 @@ const nextConfig: NextConfig = {
     	return [
      		{
        			source: "/v1/submissions/1/status/:statustype",
-          		destination: "http://localhost:8081/v1/submissions/:statustype"
+          		destination: "http://localhost:8082/v1/submissions/:statustype"
        		}
      	]
     }