From 63ac7bdb1395dbe7f3c912f74adf38285c151bee Mon Sep 17 00:00:00 2001 From: NK Date: Sun, 19 Feb 2023 17:48:50 +0000 Subject: [PATCH] changed domain --- package.json | 2 +- src/utils/config.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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" }