aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 837fec5..24d9753 100644
--- a/main.go
+++ b/main.go
@@ -89,6 +89,8 @@ func main() {
app.All("/blacklist", routes.BoardBlacklist)
app.All("/report", routes.ReportPost)
app.Get("/make-report", routes.ReportGet)
+ app.Get("/sticky", routes.Sticky)
+ app.Get("/lock", routes.Lock)
// Webfinger routes
app.Get("/.well-known/webfinger", routes.Webfinger)