home page added

This commit is contained in:
2026-03-07 14:18:06 +11:00
parent 9ad29586f2
commit dd1ed61adb
6 changed files with 294 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ func addRoutes(
{
Path: "/",
Method: hws.MethodGET,
Handler: handlers.Index(s),
Handler: handlers.Index(s, conn),
},
}