changed domain

This commit is contained in:
NK 2023-02-19 17:48:50 +00:00
parent 285d4f05b2
commit 63ac7bdb13
2 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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"
}