Still trying to fix versel.json

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-12 14:37:02 -04:00
parent 59808fb851
commit 5a54683851
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -61,25 +61,8 @@
"destination": "/api/activitypub/sendNote.js"
},
{
"source": "/:pathSection/:pathPage",
"has": [
{
"type": "header",
"key": "Accept",
"value": "application/activity+json"
}
],
"destination": "/:pathSection/:pathPage/status.ajson"
},
{
"source": "/:pathSection/:pathPage",
"has": [
{
"type": "header",
"key": "Accept",
"value": "application/json"
}
],
"source": "/:pathSection/:pathPage/",
"destination": "/:pathSection/:pathPage/status.ajson"
},
{