smollweide / node-mock-server

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

Navigates to root after adding new resource #56

Closed dschulten closed 7 years ago

dschulten commented 7 years ago

I have created a custom URL path for the ui using uiPath: '/ui'. I use node-mock-server to serve my app resources at /.

After adding a new resource through the +Add button the application navigates to /, i.e. instead of the newly added resource I see my application.

The UI should navigate back to /ui instead.

smollweide commented 7 years ago

Hi @dschulten, thank you for the report. It's fixed with v0.17.3