From ccc093713d13e896bd7ad8c47c2d834fa6c49aa1 Mon Sep 17 00:00:00 2001 From: Matthew Frost Date: Sat, 18 Nov 2023 16:03:15 +0100 Subject: [PATCH] dnh --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0e12b8f..e0e72a6 100644 --- a/main.go +++ b/main.go @@ -72,7 +72,7 @@ func main() { ep := escpos.New(f) 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) })