implamented Aroll cuter

This commit is contained in:
2026-02-25 23:27:31 -08:00
parent 2233d08fb5
commit 0a88623264
13 changed files with 277 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ func main() {
mux.HandleFunc("/upload", handlers.UploadHandler(st))
mux.HandleFunc("/analyze", handlers.AnalyzeHandler(st, hub))
mux.HandleFunc("/export", handlers.ExportHandler(st, hub))
mux.HandleFunc("/zoom", handlers.ZoomHandler(hub))
mux.Handle("/download/", http.StripPrefix("/download/", handlers.DownloadHandler(st)))
if _, err := os.Stat("frontend/dist"); err == nil {