Fix url bug in allow list

This commit is contained in:
Vikram Rangnekar
2019-07-29 01:49:48 -04:00
parent 2d8fc2b7e2
commit dd085fb7fd
4 changed files with 696 additions and 825 deletions

View File

@ -1,4 +1,4 @@
# http://localhost:808
# http://localhost:8080/
query {
me {
@ -19,20 +19,15 @@ query {
}
}
# http://localhost:8080/
query {
products(id: $PRODUCT_ID) {
name
}
}
query {
products(id: $PRODUCT_ID) {
name
image
}
}
}