1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00
Former-commit-id: d4eebea0b5849c574e2ffd4b0bb36e4380b14111
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-04-29 05:50:29 +03:00
parent 2a4043a3c2
commit ac08f53ba0
4 changed files with 94 additions and 86 deletions

View File

@@ -93,7 +93,6 @@ func registerSubdomains(app *iris.Application) {
func newApp() *iris.Application {
app := iris.New()
app.Logger().SetLevel("debug")
registerErrors(app)
registerGamesRoutes(app)