Skip to content

Commit

Permalink
readme & samples
Browse files Browse the repository at this point in the history
  • Loading branch information
sv2 committed May 19, 2017
1 parent 5e60bc5 commit a219ae0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/js/sws.min.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions lib/swsInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ module.exports = {
};
res.sendFile(fileName, options, function (err) {
if (err) {
next(err);
} else {
console.log('Sent:', fileName);
debug('unable to send file: %s',fileName);
}
});
return;
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": "swagger-stats",
"version": "0.70.2",
"version": "0.70.3",
"description": "Collect and monitor REST API statistics in node app, based on Swagger API specification",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ui/sws.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
footer:'<footer class="sws-footer bd-footer text-muted"> \
<div class="container-fluid"> \
<p>Data since <span class="label label-medium sws-uptime"></span> starting from <span class="label label-medium sws-time-from"></span> updated at <span class="label label-medium sws-time-now"></span></p> \
<p><strong>swagger-stats v.0.70.2</strong></p> \
<p><strong>swagger-stats v.0.70.3</strong></p> \
<p>Copyright &copy; 2017 <a href="#">slana.tech</a></p> \
</div> \
</footer>'
Expand Down

0 comments on commit a219ae0

Please sign in to comment.