Skip to content

Commit

Permalink
Update SEController.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowbhz committed Sep 22, 2023
1 parent f95be9a commit 38dadab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/controllers/SEController.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.se = void 0;
const utils_1 = __importDefault(require("src/utils/utils"));
const utils_1 = __importDefault(require("../utils/utils"));
class Se {
constructor() {
this.index = async (req, res) => {
Expand Down

0 comments on commit 38dadab

Please sign in to comment.