Created
February 21, 2020 00:15
-
-
Save ummdorian/30eed59e7d3e46ab56e1e28dedfeeef8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"redirectQuery": { | |
"entities": [ | |
{ | |
"redirectSource": { | |
"path": "testing-redirects-source", | |
"query": [] | |
}, | |
"redirectRedirect": { | |
"uri": "internal:/testing-redirects-destination", | |
"title": "", | |
"options": [] | |
} | |
}, | |
{ | |
"redirectSource": { | |
"path": "redirect-test-2", | |
"query": [] | |
}, | |
"redirectRedirect": { | |
"uri": "internal:/redirect-test-destination-2", | |
"title": "", | |
"options": [] | |
} | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment