mirror of
https://github.com/kataras/iris.git
synced 2026-02-11 21:25:56 +00:00
add two new examples and share the app's specific logger instance with sessions databases and APIBuilder
This commit is contained in:
@@ -14,7 +14,7 @@ func newApp() *iris.Application {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
app.I18n.Subdomain
|
||||
// app.I18n.Subdomain = false to disable resolve lang code from subdomain.
|
||||
// app.I18n.LoadAssets for go-bindata.
|
||||
|
||||
// Default values:
|
||||
|
||||
Reference in New Issue
Block a user