Skip to content

Commit

Permalink
Merge pull request #1345 from abeltay/fix-alignment
Browse files Browse the repository at this point in the history
Fix tab spacing in cors.md
  • Loading branch information
mtibben committed Oct 1, 2020
2 parents 0c68337 + 3791f71 commit 3a31a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/recipes/cors.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ gqlgen doesn't include a CORS implementation, but it is built to work with all s
package main

import (
"net/http"
"net/http"

"github.com/99designs/gqlgen/graphql/handler/transport"
"github.com/99designs/gqlgen/example/starwars"
"github.com/99designs/gqlgen/example/starwars"
"github.com/99designs/gqlgen/graphql/handler"
"github.com/go-chi/chi"
"github.com/rs/cors"
Expand Down

0 comments on commit 3a31a75

Please sign in to comment.