fix: bridge codex image generation over responses
This commit is contained in:
@@ -301,6 +301,7 @@ func shouldBypassEmbeddedFrontend(path string) bool {
|
||||
return strings.HasPrefix(trimmed, "/api/") ||
|
||||
strings.HasPrefix(trimmed, "/v1/") ||
|
||||
strings.HasPrefix(trimmed, "/v1beta/") ||
|
||||
strings.HasPrefix(trimmed, "/backend-api/") ||
|
||||
strings.HasPrefix(trimmed, "/antigravity/") ||
|
||||
strings.HasPrefix(trimmed, "/setup/") ||
|
||||
trimmed == "/health" ||
|
||||
|
||||
Reference in New Issue
Block a user