@pingleware/bestbooks-api
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -12,2 +12,4 @@ "use strict" | ||
var server = null; | ||
rest.use(cors()); | ||
@@ -84,3 +86,3 @@ rest.use(express.json()); | ||
try { | ||
rest.listen(port, host, () => { | ||
server = rest.listen(port, host, () => { | ||
console.log(host + " server running on port " + port); | ||
@@ -94,3 +96,3 @@ }); | ||
function stop_server() { | ||
rest.close(); | ||
server.close(); | ||
} | ||
@@ -97,0 +99,0 @@ |
{ | ||
"name": "@pingleware/bestbooks-api", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "API module for BestBooks Accounting Application Framework", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4609
89