diff --git a/apps/workspace-engine-router/pkg/router/router.go b/apps/workspace-engine-router/pkg/router/router.go index 8e5346ae8..31e603eab 100644 --- a/apps/workspace-engine-router/pkg/router/router.go +++ b/apps/workspace-engine-router/pkg/router/router.go @@ -235,6 +235,7 @@ func (r *Router) RouteToWorkerAllPaths(c *gin.Context) { "error": "Workspace ID required", "message": "Please provide workspace ID via X-Workspace-ID header or in path (/v1/workspaces/{workspaceId}/...)", }) + return } // Get partition count