Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -9,7 +9,7 @@ const HTTPS = require('https'); | ... | @@ -9,7 +9,7 @@ const HTTPS = require('https'); |
9 | const domain = "2018102191.osschatbot2022.tk" | 9 | const domain = "2018102191.osschatbot2022.tk" |
10 | const sslport = 23023; | 10 | const sslport = 23023; |
11 | 11 | ||
12 | -var soccer = require('soccer.js'); | 12 | +var soccer = require('./soccer.js'); |
13 | 13 | ||
14 | const bodyParser = require('body-parser'); | 14 | const bodyParser = require('body-parser'); |
15 | var app = express(); | 15 | var app = express(); | ... | ... |
-
Please register or login to post a comment