smollweide / node-mock-server

File based Node REST API mock server
MIT License
255 stars 65 forks source link

How to mock image type GET responses? #155

Closed haojin2020 closed 4 years ago

haojin2020 commented 4 years ago

Let say we need a mocked image for http://localhost:3000/api/v1/mock/upload/photo.png, can I just put photo.png into a folder then it will retrieve the photo?

haojin2020 commented 4 years ago

Found the sample under in project demo. Close the ticket.