Created
September 25, 2017 02:35
-
-
Save gpincheiraa/00cb63ea63b4040bfacc8384508ee267 to your computer and use it in GitHub Desktop.
fakeserver.yml_1_2nd_article
This file contains 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
- request: | |
url: ^/api/todos | |
response: | |
headers: | |
content-type: application/json | |
status: 200 | |
file: todos_get.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment