Skip to content

Commit da78629

Browse files
authored
fix: add missing pass through paths (#157)
1 parent 19ef575 commit da78629

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

provider/anthropic.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ func (p *Anthropic) PassthroughRoutes() []string {
7272
"/v1/models",
7373
"/v1/models/", // See https://pkg.go.dev/net/http#hdr-Trailing_slash_redirection-ServeMux.
7474
"/v1/messages/count_tokens",
75+
"/api/event_logging/",
7576
}
7677
}
7778

provider/copilot.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ func (p *Copilot) PassthroughRoutes() []string {
8787
"/models/",
8888
"/agents/",
8989
"/mcp/",
90+
"/.well-known/",
9091
}
9192
}
9293

0 commit comments

Comments
 (0)