aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index b570102..e472762 100644
--- a/main.go
+++ b/main.go
@@ -84,7 +84,8 @@ func main() {
app.Get("/poparchive", routes.BoardPopArchive)
app.Get("/autosubscribe", routes.BoardAutoSubscribe)
app.All("/blacklist", routes.BoardBlacklist)
- app.All("/report", routes.BoardReport)
+ app.All("/report", routes.ReportPost)
+ app.Get("/make-report", routes.ReportGet)
// Webfinger routes
app.Get("/.well-known/webfinger", routes.Webfinger)