proxy to async function call
Source: lib/serveAPI.js, line 1
(require("serveAPI"))(req, res, callbackopt)
async function to call local API service
Parameters
req:object
res:object
callback:*
= () => { }
(optional)
HTTP request
HTTP response
Source: lib/serveAPI.js, line 15