mirror of
https://github.com/astaxie/beego.git
synced 2024-11-23 00:00:54 +00:00
typo
This commit is contained in:
parent
7125bd8faa
commit
de70732cd4
@ -69,7 +69,7 @@ func init() {
|
|||||||
StaticDir = make(map[string]string)
|
StaticDir = make(map[string]string)
|
||||||
StaticDir["/static"] = "static"
|
StaticDir["/static"] = "static"
|
||||||
|
|
||||||
TemplateCache = makCZe(map[string]*template.Template)
|
TemplateCache = make(map[string]*template.Template)
|
||||||
|
|
||||||
// set this to 0.0.0.0 to make this app available to externally
|
// set this to 0.0.0.0 to make this app available to externally
|
||||||
HttpAddr = "127.0.0.1"
|
HttpAddr = "127.0.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user