aboutsummaryrefslogtreecommitdiff
path: root/routes/actor.go
diff options
context:
space:
mode:
authorKushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>2021-11-19 20:52:13 -0400
committerFChannel <>2022-06-19 12:53:29 -0700
commit363952bfdbae19758e0241e438b95da65d084331 (patch)
tree3a47305072cfd7ba5246ba19a8ed8dbbb0bf7508 /routes/actor.go
parent0a90446114512da05273e2c53b8c6fe5303a824e (diff)
will deal with view later
Diffstat (limited to 'routes/actor.go')
-rw-r--r--routes/actor.go12
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