From 0a90446114512da05273e2c53b8c6fe5303a824e Mon Sep 17 00:00:00 2001
From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>
Date: Fri, 19 Nov 2021 20:35:09 -0400
Subject: i just wasted two hours

---
 routes/actor.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'routes')

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 {
-- 
cgit v1.2.3