Skip to content

Commit 38dadab

Browse files
committed
Update SEController.js
1 parent f95be9a commit 38dadab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/controllers/SEController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
44
};
55
Object.defineProperty(exports, "__esModule", { value: true });
66
exports.se = void 0;
7-
const utils_1 = __importDefault(require("src/utils/utils"));
7+
const utils_1 = __importDefault(require("../utils/utils"));
88
class Se {
99
constructor() {
1010
this.index = async (req, res) => {

0 commit comments

Comments
 (0)