mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-12 00:04:40 +02:00
restart portfolio
This commit is contained in:
@@ -27,11 +27,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const Server_1 = __importDefault(global[Symbol.for('ioc.use')]("Adonis/Core/Server"));
|
||||
Server_1.default.middleware.register([
|
||||
() => Promise.resolve().then(() => __importStar(global[Symbol.for('ioc.use')]("Adonis/Core/BodyParser"))),
|
||||
() => Promise.resolve().then(() => __importStar(global[Symbol.for('ioc.use')]('App/Middleware/SilentAuth')))
|
||||
]);
|
||||
Server_1.default.middleware.registerNamed({
|
||||
auth: () => Promise.resolve().then(() => __importStar(global[Symbol.for('ioc.use')]('App/Middleware/Auth')))
|
||||
});
|
||||
Server_1.default.middleware.register([() => Promise.resolve().then(() => __importStar(global[Symbol.for('ioc.use')]("Adonis/Core/BodyParser")))]);
|
||||
Server_1.default.middleware.registerNamed({});
|
||||
//# sourceMappingURL=kernel.js.map
|
||||
Reference in New Issue
Block a user