This commit is contained in:
genofire 2019-12-28 17:44:54 +01:00 committed by Timm
commit 89ae122fc3
9 changed files with 113 additions and 114 deletions

View file

@ -9,7 +9,6 @@ type Route struct {
Handler http.HandlerFunc
}
type Routes []Route
var IndexRoutes = Routes{
@ -61,4 +60,4 @@ var IndexRoutes = Routes{
"/refresh",
refreshData,
},
}
}