Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -28,7 +28,7 @@ var endIndex = 5; | ... | @@ -28,7 +28,7 @@ var endIndex = 5; |
28 | const fs = require('fs'); | 28 | const fs = require('fs'); |
29 | const path = require('path'); | 29 | const path = require('path'); |
30 | const HTTPS = require('https'); | 30 | const HTTPS = require('https'); |
31 | -const domain = "foodbot2020.ml" | 31 | +const domain = "www.foodbot2020.ml" |
32 | const sslport = 23023; | 32 | const sslport = 23023; |
33 | const bodyParser = require('body-parser'); | 33 | const bodyParser = require('body-parser'); |
34 | var app = express(); | 34 | var app = express(); | ... | ... |
-
Please register or login to post a comment