Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -2,7 +2,6 @@ | ... | @@ -2,7 +2,6 @@ |
2 | var express = require('express'); | 2 | var express = require('express'); |
3 | const request = require('request'); | 3 | const request = require('request'); |
4 | const config = require('./config.json'); | 4 | const config = require('./config.json'); |
5 | -const dailyBoxOfficeList = require('./DailyBoxOfficeList.js'); | ||
6 | //============================================================= | 5 | //============================================================= |
7 | const LINE_URL = 'https://api.line.me/v2/bot/message/reply' | 6 | const LINE_URL = 'https://api.line.me/v2/bot/message/reply' |
8 | const TOKEN = config.TOKEN; | 7 | const TOKEN = config.TOKEN; | ... | ... |
-
Please register or login to post a comment