From fbc0e5e5f910ea64b6b18be1a354817c195a6f04 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sun, 22 May 2022 19:23:40 -0700 Subject: first pass on reporting working - will improve its usability more --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index ced0485..66ecb6c 100644 --- a/main.go +++ b/main.go @@ -76,12 +76,11 @@ func main() { app.Get("/delete", routes.BoardDelete) app.Get("/deleteattach", routes.BoardDeleteAttach) app.Get("/marksensitive", routes.BoardMarkSensitive) - app.Get("/remove", routes.BoardRemove) app.Get("/addtoindex", routes.BoardAddToIndex) app.Get("/poparchive", routes.BoardPopArchive) app.Get("/autosubscribe", routes.BoardAutoSubscribe) app.Get("/blacklist", routes.BoardBlacklist) - app.Get("/report", routes.BoardReport) + app.All("/report", routes.BoardReport) // Webfinger routes app.Get("/.well-known/webfinger", routes.Webfinger) -- cgit v1.2.3