Skip to content

Commit 4507489

Browse files
authored
Merge pull request graphql#800 from acao/patch-1
New swapi-graphql service using netlify functions
2 parents 80c5f1b + 9218825 commit 4507489

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

site/_redirects

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
/swapi-graphql https://graphql.github.io/swapi-graphql/ 200
2-
/swapi-graphql/* https://graphql.github.io/swapi-graphql/:splat 200
1+
/swapi-graphql https://swapi-graphql.netlify.com 200
2+
/swapi-graphql/* https://swapi-graphql.netlify.com/:splat 200
3+
4+
/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)