smollweide / node-mock-server

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

Bugfix/remove dublicated json suffix #117

Closed johannesmarx closed 6 years ago

johannesmarx commented 6 years ago

If you validate a response the file suffix ".json" appears twice like "success.json.json". This code change fixes the issue.