Created
November 6, 2017 22:56
-
-
Save fernandobandeira/3d3ae5c6bcae86103e1ff108585bec93 to your computer and use it in GitHub Desktop.
test
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
mock.onGet('http://localhost:3300/products').reply(200, { | |
products: [ | |
{ | |
'_id': '59cd6d6ef3545e02ad7595c7', | |
} | |
] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment