Updated ActivityPub API root path (#20471)
ref https://linear.app/tryghost/issue/MOM-201 We will be proxying to `/.ghost/activitypub` rather than just `/activitypub`
This commit is contained in:
parent
2e593ebcee
commit
0cf3d4d3d5
@ -12,7 +12,7 @@ export function getGhostPaths(): IGhostPaths {
|
||||
const adminRoot = `${subdir}/ghost/`;
|
||||
const assetRoot = `${subdir}/ghost/assets/`;
|
||||
const apiRoot = `${subdir}/ghost/api/admin`;
|
||||
const activityPubRoot = `${subdir}/activitypub`;
|
||||
const activityPubRoot = `${subdir}/.ghost/activitypub`;
|
||||
return {subdir, adminRoot, assetRoot, apiRoot, activityPubRoot};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user