Removed unnecessary middleware

This commit is contained in:
2017-06-23 15:57:58 +02:00
parent 0204958e81
commit 5476753520
2 changed files with 0 additions and 11 deletions

View File

@ -78,7 +78,6 @@ func configure(app *aero.Application) *aero.Application {
app.Use(middleware.Log())
app.Use(middleware.Session())
app.Use(middleware.UserInfo())
app.Use(middleware.IPToHost())
// API
api := api.New("/api/", arn.DB)