mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-09 19:03:50 +02:00
fixed output formatting
This commit is contained in:
@@ -42,7 +42,7 @@ func panelIndex(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
tmpl, err := template.ParseFiles(templateFile)
|
||||
tmpl, err := template.ParseFiles(templatePath)
|
||||
|
||||
if err != nil {
|
||||
palog.Error(err)
|
||||
|
||||
Reference in New Issue
Block a user