diff options
Diffstat (limited to 'route/routes/admin.go')
-rw-r--r-- | route/routes/admin.go | 12 |
1 files changed, 0 insertions, 12 deletions
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+"/") |