Fix url bug in allow list
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user