Authentication code is in auth now
This commit is contained in:
3
main.go
3
main.go
@ -4,6 +4,7 @@ import (
|
||||
"github.com/aerogo/aero"
|
||||
"github.com/aerogo/api"
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/notify.moe/auth"
|
||||
"github.com/animenotifier/notify.moe/components"
|
||||
"github.com/animenotifier/notify.moe/layout"
|
||||
"github.com/animenotifier/notify.moe/middleware"
|
||||
@ -66,7 +67,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Authentication
|
||||
EnableLogin(app)
|
||||
auth.Install(app)
|
||||
|
||||
// Let's go
|
||||
app.Run()
|
||||
|
Reference in New Issue
Block a user