This commit is contained in:
Matthew Frost 2023-11-18 16:03:15 +01:00
parent b635a3b39e
commit ccc093713d

View file

@ -72,7 +72,7 @@ func main() {
ep := escpos.New(f) ep := escpos.New(f)
ep.Init() ep.Init()
http.HandleFunc("/create_label", func(w http.ResponseWriter, r *http.Request) { http.HandleFunc("/create_dnh_label", func(w http.ResponseWriter, r *http.Request) {
createDnhLabelHandler(w, r, ep) createDnhLabelHandler(w, r, ep)
}) })