fix: json formatting

This commit is contained in:
Cory Dransfeldt 2024-08-10 14:36:24 -07:00
parent 7934cc3581
commit 4e88184719
No known key found for this signature in database
3 changed files with 15 additions and 3 deletions

View file

@ -9,18 +9,30 @@
Content-Type: application/xml; charset=utf-8
x-content-type-options: nosniff
/feeds/posts.json
Content-Type: application/json
/feeds/links
Content-Type: application/xml; charset=utf-8
x-content-type-options: nosniff
/feeds/links.json
Content-Type: application/json
/feeds/movies
Content-Type: application/xml; charset=utf-8
x-content-type-options: nosniff
/feeds/movies.json
Content-Type: application/json
/feeds/books
Content-Type: application/xml; charset=utf-8
x-content-type-options: nosniff
/feeds/books.json
Content-Type: application/json
/.well-known/webfinger
Content-Type: application/jrd+json; charset=utf-8