From 7a7724e66e4533523083e7336cd0d0c747c4a33b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Nov 2017 17:39:41 +0100 Subject: Handle follow/accept --- server/controllers/activitypub/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/controllers/activitypub/index.ts') diff --git a/server/controllers/activitypub/index.ts b/server/controllers/activitypub/index.ts index 2b0e2a489..6c7bafc6e 100644 --- a/server/controllers/activitypub/index.ts +++ b/server/controllers/activitypub/index.ts @@ -6,7 +6,7 @@ import { activityPubClientRouter } from './client' const remoteRouter = express.Router() -remoteRouter.use('/inbox', inboxRouter) +remoteRouter.use('/', inboxRouter) remoteRouter.use('/', activityPubClientRouter) remoteRouter.use('/*', badRequest) -- cgit v1.2.3