spacing
This commit is contained in:
parent
cc2411f1c6
commit
f0799e0adb
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -30,6 +30,7 @@ func main() {
|
||||||
auth.TokenAuth = jwtauth.New("HS256", []byte(os.Getenv("JWT_SECRET")), nil)
|
auth.TokenAuth = jwtauth.New("HS256", []byte(os.Getenv("JWT_SECRET")), nil)
|
||||||
users.TokenAuth = auth.TokenAuth
|
users.TokenAuth = auth.TokenAuth
|
||||||
blog.TokenAuth = auth.TokenAuth
|
blog.TokenAuth = auth.TokenAuth
|
||||||
|
|
||||||
// initiate the routes
|
// initiate the routes
|
||||||
router := Routes()
|
router := Routes()
|
||||||
|
|
||||||
|
|
Reference in a new issue