From 27a593423d74d14e40633adf7eaaf08a715cc62a Mon Sep 17 00:00:00 2001 From: Yash Garg Date: Fri, 2 Aug 2024 12:25:59 +0530 Subject: [PATCH] change url --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 79f68e6..067c41c 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,6 @@ export class Constants { static NyaaBaseUrl: string = "https://nyaa.si"; - static NyaaAltUrl: string = "https://nyaa.smartass08.xyz"; + static NyaaAltUrl: string = "https://nyaa.si"; static DefaultProfilePic: string = "https://raw.githubusercontent.com/Yash-Garg/Nyaa-Api-Go/dev/static/default.png";