diff options
Diffstat (limited to 'routes')
-rw-r--r-- | routes/actor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/actor.go b/routes/actor.go index 7fc9cb5..d54b530 100644 --- a/routes/actor.go +++ b/routes/actor.go @@ -11,7 +11,7 @@ func ActorIndex(c *fiber.Ctx) error { func ActorPostGet(c *fiber.Ctx) error { // STUB // TODO: PostGet - return c.SendString("actor post") + return c.SendString("actor post get") } func ActorInbox(c *fiber.Ctx) error { |