Skip to content

Commit 9218825

Browse files
authored
add slug for graphql http service
so that we can support query parameters for http service requests. This will ensure we can support GET requests, and any other query parameters that might be used by express-graphql
1 parent a6972ef commit 9218825

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/swapi-graphql https://swapi-graphql.netlify.com 200
22
/swapi-graphql/* https://swapi-graphql.netlify.com/:splat 200
3+
34
/swapi-graphql/graphql https://swapi-graphql.netlify.com/.netlify/functions/index 200
5+
/swapi-graphql/graphql/* https://swapi-graphql.netlify.com/.netlify/functions/index/:splat 200

0 commit comments

Comments
 (0)