Update config.go
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -53,7 +53,7 @@ var ( | ... | @@ -53,7 +53,7 @@ var ( |
| 53 | func init() { | 53 | func init() { |
| 54 | os.Chdir(path.Dir(os.Args[0])) | 54 | os.Chdir(path.Dir(os.Args[0])) |
| 55 | BeeApp = NewApp() | 55 | BeeApp = NewApp() |
| 56 | AppPath, _ = os.Getwd() | 56 | AppPath = path.Dir(os.Args[0]) |
| 57 | StaticDir = make(map[string]string) | 57 | StaticDir = make(map[string]string) |
| 58 | TemplateCache = make(map[string]*template.Template) | 58 | TemplateCache = make(map[string]*template.Template) |
| 59 | HttpAddr = "" | 59 | HttpAddr = "" | ... | ... |
-
Please register or sign in to post a comment