Add image/svg+xml content-type to badge handler
This commit is contained in:
parent
d00cf9e650
commit
b854911d23
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ func GetCC(c web.C, w http.ResponseWriter, r *http.Request) {
|
|||
owner = c.URLParams["owner"]
|
||||
name = c.URLParams["name"]
|
||||
)
|
||||
|
||||
w.Header().Set("Content-Type", "image/svg+xml")
|
||||
|
||||
repo, err := datastore.GetRepoName(ctx, host, owner, name)
|
||||
if err != nil {
|
||||
w.Write(badgeNone)
|
||||
|
|
Loading…
Reference in a new issue