@seidor-cloud-produtos/orbit-backend-lib 0.0.28 → 0.0.30
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.
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
const tslib_1 = require('tslib');
|
|
4
4
|
const cors_1 = tslib_1.__importDefault(require('cors'));
|
|
5
5
|
const express_1 = tslib_1.__importDefault(require('express'));
|
|
6
|
-
const middleware_express_1 = require('
|
|
6
|
+
const middleware_express_1 = require('../../../frameworks/express/api-gateway/middleware-express');
|
|
7
7
|
class ExpressAdapter {
|
|
8
8
|
constructor(envs) {
|
|
9
9
|
this.envs = envs;
|