From 8abaf0b8cf692975046999324895c882e5fc12f5 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Tue, 23 Feb 2021 19:55:07 +0100 Subject: [PATCH] Update search url --- src/scripts/constants/url.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/constants/url.ts b/src/scripts/constants/url.ts index 5f0344d..4db5d9f 100644 --- a/src/scripts/constants/url.ts +++ b/src/scripts/constants/url.ts @@ -1,6 +1,6 @@ export const urls = { F95_BASE_URL: "https://f95zone.to", - F95_SEARCH_URL: "https://f95zone.to/search/?type=post", + F95_SEARCH_URL: "https://f95zone.to/search", F95_LATEST_UPDATES: "https://f95zone.to/latest", F95_LOGIN_URL: "https://f95zone.to/login/login", F95_WATCHED_THREADS: "https://f95zone.to/watched/threads",