Added HTTPS redirect and linter settings

This commit is contained in:
2019-06-07 09:29:35 +09:00
parent 52cd0a2f09
commit 0e4f7fe6ec
5 changed files with 26 additions and 17 deletions

View File

@ -46,6 +46,7 @@ func configure(app *aero.Application) *aero.Application {
// Middleware
app.Use(
middleware.Recover,
middleware.HTTPSRedirect,
middleware.OpenGraph,
middleware.Log,
middleware.Session,