From 363952bfdbae19758e0241e438b95da65d084331 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Fri, 19 Nov 2021 20:52:13 -0400 Subject: will deal with view later --- routes/actor.go | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'routes/actor.go') 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 -- cgit v1.2.3