mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-11 20:40:14 +00:00
activitypub + pkg.json + vc.json
This commit is contained in:
parent
f3de01680a
commit
ffece8bf84
10
vercel.json
10
vercel.json
@ -33,23 +33,23 @@
|
||||
},
|
||||
{
|
||||
"source": "/coder",
|
||||
"destination": "/api/activitypub/actor.js"
|
||||
"destination": "/api/activitypub/actor.ts"
|
||||
},
|
||||
{
|
||||
"source": "/followers",
|
||||
"destination": "/api/activitypub/followers.js"
|
||||
"destination": "/api/activitypub/followers.ts"
|
||||
},
|
||||
{
|
||||
"source": "/following",
|
||||
"destination": "/api/activitypub/following.js"
|
||||
"destination": "/api/activitypub/following.ts"
|
||||
},
|
||||
{
|
||||
"source": "/inbox",
|
||||
"destination": "/api/activitypub/inbox.js"
|
||||
"destination": "/api/activitypub/inbox.ts"
|
||||
},
|
||||
{
|
||||
"source": "/outbox",
|
||||
"destination": "/api/activitypub/outbox.js"
|
||||
"destination": "/api/activitypub/outbox.ts"
|
||||
}
|
||||
],
|
||||
"headers": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user