Add initial 'help' page
This commit is contained in:
@@ -10,6 +10,8 @@ func StartServer() {
|
||||
fmt.Fprintf(w, "Barcodes")
|
||||
})
|
||||
|
||||
http.HandleFunc("/help", buildPage)
|
||||
|
||||
http.HandleFunc("/generate", generateBarcode)
|
||||
|
||||
port := ":8500"
|
||||
|
||||
Reference in New Issue
Block a user