Fix variable rename
This commit is contained in:
parent
c5cfc35f48
commit
a13ec23260
@ -33,7 +33,7 @@ func PlaygroundHandler(apiURL string) http.HandlerFunc {
|
||||
}
|
||||
w.Header().Set("Content-Type", "text/html")
|
||||
err := page.Execute(w, map[string]interface{}{
|
||||
"apiUrl": apiURL,
|
||||
"apiURL": apiURL,
|
||||
})
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
Loading…
Reference in New Issue
Block a user