HTTPS redirect

This commit is contained in:
2017-12-02 17:03:36 +01:00
parent e730542c63
commit c5c1c1edaf
2 changed files with 28 additions and 0 deletions

View File

@ -40,6 +40,7 @@ func configure(app *aero.Application) *aero.Application {
middleware.Log(),
middleware.Session(),
middleware.UserInfo(),
middleware.HTTPSRedirect(),
)
// API