chore: removed unused code

This commit is contained in:
Deluan
2020-02-06 18:41:16 -05:00
parent e33d2305a1
commit 220ffd5324
-6
View File
@@ -13,12 +13,6 @@ import (
"github.com/go-chi/jwtauth" "github.com/go-chi/jwtauth"
) )
var initialUser = model.User{
UserName: "admin",
Name: "Admin",
IsAdmin: true,
}
type Router struct { type Router struct {
ds model.DataStore ds model.DataStore
mux http.Handler mux http.Handler