From 0935106d3f592345db89bc339198bc2cdd55f79a Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 28 Feb 2019 18:46:12 +0100 Subject: added the url arguments to the help text --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index ab2e8d2..12fc852 100644 --- a/main.go +++ b/main.go @@ -136,7 +136,7 @@ func generateHandler(w http.ResponseWriter, r *http.Request) { } func indexHandler(w http.ResponseWriter, r *http.Request) { - _, _ = fmt.Fprintf(w, "Generator container here!\nUse the /gen endpoint to generator a star!") + _, _ = fmt.Fprintf(w, "Generator container here!\nUse the /gen?num=&range= endpoint to generator a star!") } func main() { -- cgit 1.4.1