From 5ee6d0a7bb85d7f28fe4f838150c17ecb6a9d1b7 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sat, 4 Jun 2022 15:34:45 -0700 Subject: last few routes marked TODO should be done with them this weekend and all things `should` be working for the fiber transition. still have to test federation locally --- route/routes/admin.go | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'route/routes/admin.go') diff --git a/route/routes/admin.go b/route/routes/admin.go index dfa7313..c092b84 100644 --- a/route/routes/admin.go +++ b/route/routes/admin.go @@ -205,18 +205,6 @@ func AdminAddBoard(ctx *fiber.Ctx) error { return ctx.Redirect("/"+config.Key, http.StatusSeeOther) } -func AdminPostNews(c *fiber.Ctx) error { - // STUB - - return c.SendString("admin post news") -} - -func AdminNewsDelete(c *fiber.Ctx) error { - // STUB - - return c.SendString("admin news delete") -} - func AdminActorIndex(ctx *fiber.Ctx) error { actor, _ := webfinger.GetActorFromPath(ctx.Path(), "/"+config.Key+"/") -- cgit v1.2.3