apicco-lib
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -93,3 +93,3 @@ const path = require('path'); | ||
ctx.status = 200; | ||
ctx.body = JSON.stringify(api, null, 2); | ||
ctx.body = api; | ||
}); | ||
@@ -96,0 +96,0 @@ } |
{ | ||
"name": "apicco-lib", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3584