From 5c2cf7b7b6c5de2b038c11deb8f0f5897e7bd3d7 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Sun, 14 Feb 2021 12:25:47 +0100 Subject: [PATCH] Add latest PHP URL --- src/scripts/constants/url.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/constants/url.ts b/src/scripts/constants/url.ts index 9d09b6f..f179cf8 100644 --- a/src/scripts/constants/url.ts +++ b/src/scripts/constants/url.ts @@ -4,4 +4,5 @@ export const urls = { F95_LATEST_UPDATES: "https://f95zone.to/latest", F95_LOGIN_URL: "https://f95zone.to/login/login", F95_WATCHED_THREADS: "https://f95zone.to/watched/threads", + F95_LATEST_PHP: "https://f95zone.to/new_latest.php", };