feat: Sprint 1 final — delete host, Alpine modal events, grid/list toggle, transfers panel

This commit is contained in:
swanadiva
2026-07-07 13:17:31 +07:00
parent d771925727
commit 86620b034f
7 changed files with 94 additions and 30 deletions
+1
View File
@@ -31,6 +31,7 @@ func main() {
app.Get("/", handler.Dashboard)
app.Get("/hosts", handler.DashboardList)
app.Post("/hosts", handler.CreateHost)
app.Delete("/hosts/:id", handler.DeleteHost)
app.Get("/api/health", handler.Health)
log.Fatal(app.Listen(":1947"))