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 3ffe37a..4f2fd6b 100644
--- a/main.go
+++ b/main.go
@@ -89,6 +89,8 @@ func main() {
}
backend.Handle404(r)
+ backend.HandleAdmin(r)
+
backend.HandleStaticFiles(r, "/assets", assetsFS)
backend.HandleStaticFiles(r, "/static", os.DirFS(cfg.PublicFolder))