mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-08-29 17:08:03 +00:00
Fix JSON feed MIME type
This commit is contained in:
@@ -114,7 +114,7 @@ func handlerRecentChangesAtom(w http.ResponseWriter, rq *http.Request) {
|
||||
}
|
||||
|
||||
func handlerRecentChangesJSON(w http.ResponseWriter, rq *http.Request) {
|
||||
genericHandlerOfFeeds(w, rq, history.RecentChangesJSON, "JSON feed", "application/json")
|
||||
genericHandlerOfFeeds(w, rq, history.RecentChangesJSON, "JSON feed", "application/feed+json")
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user