Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/playground.go
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ func Playground(title string, endpoint string) http.HandlerFunc {
err := page.Execute(w, map[string]string{
"title": title,
"endpoint": endpoint,
"version": "1.4.3",
"version": "1.6.2",
})
if err != nil {
panic(err)

0 comments on commit 01a4c67

Please sign in to comment.