chore: removed unused code
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user