chore: removed unused code
This commit is contained in:
parent
e33d2305a1
commit
220ffd5324
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue