From 8b1a7fa5e37e4c8c4b0df3d83067079a081e32d3 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sun, 5 Jun 2022 08:47:45 -0700 Subject: blacklist route working --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 8154998..c1d1483 100644 --- a/main.go +++ b/main.go @@ -80,7 +80,7 @@ func main() { app.Get("/addtoindex", routes.BoardAddToIndex) app.Get("/poparchive", routes.BoardPopArchive) app.Get("/autosubscribe", routes.BoardAutoSubscribe) - app.Get("/blacklist", routes.BoardBlacklist) + app.All("/blacklist", routes.BoardBlacklist) app.All("/report", routes.BoardReport) // Webfinger routes -- cgit v1.2.3