aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorFChannel <>2022-06-05 08:47:45 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commit8b1a7fa5e37e4c8c4b0df3d83067079a081e32d3 (patch)
tree122d0a2ad47233cc963cc39c841aa546759b103d /main.go
parent130797fc04e0d322b1348d6796e39c4bfc17e744 (diff)
blacklist route working
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