It worked, bringing back the html redirect to make sure

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-13 16:28:04 -04:00
parent c767078fd1
commit b0a345dbb7
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -27,7 +27,17 @@
],
"destination": "/$1/$2/status.ajson"
},
{
"source": "/([^/]*)/(.*)/",
"missing": [
{
"type": "header",
"key": "Accept",
"value": "application/activity\\+json"
}
],
"destination": "/$1/$2/status.html"
},
{
"source": "/([^/]*)/(.*)/activity",
"destination": "/$1/$2/activity.ajson"