@boxyhq/saml-jackson 0.2.3-beta.244 → 0.3.0-beta.246
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/jackson.js +1 -1
- package/package.json +1 -1
package/dist/jackson.js
CHANGED
@@ -14,9 +14,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
15
15
|
const cors_1 = __importDefault(require("cors"));
|
16
16
|
const express_1 = __importDefault(require("express"));
|
17
|
+
const index_1 = __importDefault(require("./index"));
|
17
18
|
const utils_1 = require("./controller/utils");
|
18
19
|
const env_1 = __importDefault(require("./env"));
|
19
|
-
const index_1 = __importDefault(require("./index"));
|
20
20
|
let apiController;
|
21
21
|
let oauthController;
|
22
22
|
const oauthPath = '/oauth';
|