diff --git a/cgvAjax.js b/cgvAjax.js index 41174cb..9d09967 100644 --- a/cgvAjax.js +++ b/cgvAjax.js @@ -5,8 +5,8 @@ import moment from 'moment'; import puppeteer from 'puppeteer'; import TelegramBot from 'node-telegram-bot-api'; import _ from 'lodash'; -import * as util from './commonUtil.js'; -import * as crypto from './cryptoUtil.js'; +import * as util from './src/utils/commonUtil.js'; +import * as crypto from './src/utils/cryptoUtil.js'; dotenv.config(); const COOKIE = process.env.COOKIE;