update host

This commit is contained in:
DDatj 2022-11-15 11:29:38 +07:00
parent 9dfc86a044
commit aa2da5ecbd
3 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# api-xsmb-today # 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 > web-scraped from https://xosoketqua.com/xsmb-xo-so-mien-bac.html

View File

@ -83,8 +83,6 @@ class MainController {
} }
} }
// $('.list-link', html) // $('.list-link', html)
// .find('h2 > a:last-child') // .find('h2 > a:last-child')
// .each(function () { // .each(function () {

View File

@ -2,7 +2,7 @@
"name": "apixsmb", "name": "apixsmb",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "app.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js", "start": "node app.js",