aboutsummaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
authorKushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>2021-11-19 20:35:09 -0400
committerFChannel <>2022-06-19 12:53:29 -0700
commit0a90446114512da05273e2c53b8c6fe5303a824e (patch)
tree37140c92bb384ed4fb0f20c791dddfd9f7abfc58 /routes
parentd5003b51a4ca7ed2c13ffd23b051ea31c8836ba0 (diff)
i just wasted two hours
Diffstat (limited to 'routes')
-rw-r--r--routes/actor.go2
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 {