fix: headers
This commit is contained in:
parent
f1aa80b606
commit
8b3142cca7
2 changed files with 6 additions and 1 deletions
|
@ -79,6 +79,11 @@ for = "/api/search"
|
|||
[headers.values]
|
||||
Content-Type = "application/json"
|
||||
|
||||
[[headers]]
|
||||
for = "/api/event"
|
||||
[headers.values]
|
||||
Content-Type = "application/json"
|
||||
|
||||
[[headers]]
|
||||
for = "/blogroll.opml"
|
||||
[headers.values]
|
||||
|
|
Reference in a new issue