aboutsummaryrefslogtreecommitdiff
path: root/routes/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'routes/index.go')
-rw-r--r--routes/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/index.go b/routes/index.go
index c088379..8f12664 100644
--- a/routes/index.go
+++ b/routes/index.go
@@ -16,7 +16,7 @@ func Index(ctx *fiber.Ctx) error {
// this is a activitpub json request return json instead of html page
if activitypub.AcceptActivity(ctx.Get("Accept")) {
- activitypub.GetActorInfo(ctx, actor.Id)
+ actor.GetInfoResp(ctx)
return nil
}