home page added
This commit is contained in:
@@ -39,7 +39,7 @@ func addRoutes(
|
||||
{
|
||||
Path: "/",
|
||||
Method: hws.MethodGET,
|
||||
Handler: handlers.Index(s),
|
||||
Handler: handlers.Index(s, conn),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user