diff --git a/package.json b/package.json index fec52af..d75f396 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cath", - "version": "1.5.0", + "version": "1.5.1", "description": "A powerful package that can interact with Cath API", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/utils/config.json b/src/utils/config.json index 1153776..b6f859b 100644 --- a/src/utils/config.json +++ b/src/utils/config.json @@ -1,5 +1,5 @@ { - "api": "https://api.cath.gq", - "code": "https://code.cath.gq", - "url": "https://url.cath.gq" + "api": "https://api.night0721.me", + "code": "https://code.night0721.me", + "url": "https://url.night0721.me" }