文档
This commit is contained in:
@@ -210,7 +210,7 @@ func main() {
|
||||
w.Write([]byte("Hello World!"))
|
||||
})
|
||||
|
||||
http.Handle("/graphql", handler.New(&handler.Config{
|
||||
http.Handle("/api", handler.New(&handler.Config{
|
||||
Schema: &schema,
|
||||
Pretty: true,
|
||||
}))
|
||||
|
Reference in New Issue
Block a user