diff options
Diffstat (limited to 'routes/actor.go')
-rw-r--r-- | routes/actor.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/routes/actor.go b/routes/actor.go index d54b530..f107ed7 100644 --- a/routes/actor.go +++ b/routes/actor.go @@ -2,18 +2,6 @@ package routes import "github.com/gofiber/fiber/v2" -func ActorIndex(c *fiber.Ctx) error { - // STUB - // TODO: OutboxGet, already implemented - return c.SendString("actor index") -} - -func ActorPostGet(c *fiber.Ctx) error { - // STUB - // TODO: PostGet - return c.SendString("actor post get") -} - func ActorInbox(c *fiber.Ctx) error { // STUB |