aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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