diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-22 15:07:55 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-22 15:07:55 +0100 |
| commit | 84af6427d8205b1882b9f9df11ce394f96d6b792 (patch) | |
| tree | ae51188d67616069300afd6a19300ff7ed23e7d3 /main.go | |
| parent | 93c4f9047426f9f56940ed2b733dcde2d98b0c0e (diff) | |
feat(backend): admin dashboard
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)) |
