@ccci/micro-server 1.0.79 → 1.0.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -119248,9 +119248,7 @@ class BaseRouter {
|
|
|
119248
119248
|
async post(req, res, next) {
|
|
119249
119249
|
let response4;
|
|
119250
119250
|
try {
|
|
119251
|
-
Logger.info("BaseRouter.post :>> ", req);
|
|
119252
119251
|
response4 = await this.controller.create(req, res, next);
|
|
119253
|
-
Logger.info("BaseRouter.post :>> ", response4);
|
|
119254
119252
|
res.status(200).json(response4);
|
|
119255
119253
|
} catch (error) {
|
|
119256
119254
|
Logger.error(error);
|