mirror of
https://github.com/astaxie/beego.git
synced 2025-04-15 19:56:49 +00:00
commit
904b37032c
@ -53,7 +53,7 @@ var (
|
||||
func init() {
|
||||
os.Chdir(path.Dir(os.Args[0]))
|
||||
BeeApp = NewApp()
|
||||
AppPath, _ = os.Getwd()
|
||||
AppPath = path.Dir(os.Args[0])
|
||||
StaticDir = make(map[string]string)
|
||||
TemplateCache = make(map[string]*template.Template)
|
||||
HttpAddr = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user