mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
replace ioutil with io package and other minor improvements
This commit is contained in:
@@ -18,7 +18,7 @@ func (srv *Server) buildRouter() {
|
||||
ServerName: srv.config.ServerName,
|
||||
Env: srv.config.Env,
|
||||
Developer: "kataras",
|
||||
TimeLocation: time.FixedZone("Greece/Athens", 10800),
|
||||
TimeLocation: time.FixedZone("Greece/Athens", 7200),
|
||||
}))
|
||||
|
||||
api := srv.Party("/api")
|
||||
|
||||
Reference in New Issue
Block a user