rename handler functions

This commit is contained in:
Lakhan Samani
2021-07-23 14:25:32 +05:30
parent 58b0dced7a
commit aa6c22348e
5 changed files with 8 additions and 10 deletions

View File

@@ -5,7 +5,6 @@ import (
"github.com/gin-gonic/gin"
)
// Defining the Playground handler
func PlaygroundHandler() gin.HandlerFunc {
h := playground.Handler("GraphQL", "/graphql")