Add cli arg for domain
This commit is contained in:
@ -436,7 +436,7 @@ func UploadImage(c *control.CliArgs) http.HandlerFunc {
|
||||
return
|
||||
}
|
||||
|
||||
imgMD := fmt.Sprint("")
|
||||
imgMD := fmt.Sprint("")
|
||||
tmpl, err := template.ParseFiles(c.WebDir + "/templates/editor.html")
|
||||
template.Must(tmpl, err).ExecuteTemplate(w, "editor-images", imgMD)
|
||||
}
|
||||
|
Reference in New Issue
Block a user