forked from mattronix/escpos-go-labels
dnh
This commit is contained in:
parent
b635a3b39e
commit
ccc093713d
1 changed files with 1 additions and 1 deletions
2
main.go
2
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)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue