We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829867e commit 02216b4Copy full SHA for 02216b4
1 file changed
pkg/api_client/routers.go
@@ -129,6 +129,7 @@ func NewRouter(apiVersion string, controller *handler.APIsAPIController) *fizz.F
129
notFoundResponse,
130
},
131
func(c *gin.Context) {
132
+ c.Writer.Header().Add("Vary", "Accept")
133
if handler.AcceptsJsonLd(c.GetHeader("Accept")) {
134
retrieveApiJsonLd(c)
135
return
0 commit comments