fix: content-types

This commit is contained in:
Cory Dransfeldt 2024-03-23 20:38:53 -07:00
parent cfaac446e2
commit e4033e88b3
No known key found for this signature in database
2 changed files with 21 additions and 1 deletions

View file

@ -59,6 +59,26 @@ for = "/contribute.json"
[headers.values]
Content-Type = "application/json"
[[headers]]
for = "/api/now-playing"
[headers.values]
Content-Type = "application/json"
[[headers]]
for = "/api/mbids"
[headers.values]
Content-Type = "application/json"
[[headers]]
for = "/api/artist-capitalization"
[headers.values]
Content-Type = "application/json"
[[headers]]
for = "/api/search"
[headers.values]
Content-Type = "application/json"
[[headers]]
for = "/blogroll.opml"
[headers.values]