From aa2da5ecbd3b3902c248791b2c833e11ecb073bb Mon Sep 17 00:00:00 2001 From: DDatj Date: Tue, 15 Nov 2022 11:29:38 +0700 Subject: [PATCH] update host --- README.md | 2 +- controllers/mainController.js | 2 -- package.json | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e73fde..660b270 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # api-xsmb-today -> take infor from api by https://api-xsmb-today.herokuapp.com/v1 +> take info from api by https://api-xsmb.cleverapps.io/v1 > > web-scraped from https://xosoketqua.com/xsmb-xo-so-mien-bac.html diff --git a/controllers/mainController.js b/controllers/mainController.js index 3415454..47163f8 100644 --- a/controllers/mainController.js +++ b/controllers/mainController.js @@ -83,8 +83,6 @@ class MainController { } } - - // $('.list-link', html) // .find('h2 > a:last-child') // .each(function () { diff --git a/package.json b/package.json index f466ba4..f113fa4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "apixsmb", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app.js",