Skip to content

Commit

Permalink
Merge pull request #57 from smollweide/develop
Browse files Browse the repository at this point in the history
v0.17.3
  • Loading branch information
smollweide authored Aug 9, 2017
2 parents 88f500e + a5b43ad commit 5922539
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/controller/ResponseController.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ ResponseController.prototype = extend(ResponseController.prototype, {
log.info('Wrote file: ' + filePath + '/mock/empty.json');
}

res.redirect('/');
res.redirect(this.options.uiPath);
},

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-mock-server",
"version": "0.17.2",
"version": "0.17.3",
"description": "File based Node REST API mock server",
"email": "[email protected]",
"author": "Simon Mollweide <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions views/default.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
>
+ add
</a>
<br />
<br />
</div>
<div class="col-md-3">
<div id="sidebar" class="hidden-print affix" role="complementary">
Expand Down

0 comments on commit 5922539

Please sign in to comment.