feat: add API to serve proxy certificate (#21391)

Closes https://github.com/coder/internal/issues/1184
This commit is contained in:
Danny Kopping
2025-12-29 20:00:06 +02:00
committed by GitHub
parent a173c38715
commit 733b6b7db9
7 changed files with 337 additions and 7 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ func assertAccept(t *testing.T, comment SwaggerComment) {
}
}
var allowedProduceTypes = []string{"json", "text/event-stream", "text/html"}
var allowedProduceTypes = []string{"json", "text/event-stream", "text/html", "text/plain"}
func assertProduce(t *testing.T, comment SwaggerComment) {
var hasResponseModel bool