Skip to content

Commit

Permalink
Updated gin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmnzx authored Feb 13, 2021
1 parent 41ad51c commit 971da82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/recipes/gin.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ In your router file, define the handlers for the GraphQL and Playground endpoint

```go
import (
"api/graph"
"api/graph/generated"
"github.com/[username]/gqlgen-todos/graph" // Replace username with your github username
"github.com/[username]/gqlgen-todos/graph/generated" // Replace username with your github username
"github.com/gin-gonic/gin"

"github.com/99designs/gqlgen/graphql/handler"
Expand Down

0 comments on commit 971da82

Please sign in to comment.