Add URLs for alerts, conversations and bookmarks

pull/73/head
MillenniumEarl 2021-02-21 14:53:50 +01:00
parent 4bbad3d462
commit 7770b95322
1 changed files with 3 additions and 0 deletions

View File

@ -5,4 +5,7 @@ export const urls = {
F95_LOGIN_URL: "https://f95zone.to/login/login", F95_LOGIN_URL: "https://f95zone.to/login/login",
F95_WATCHED_THREADS: "https://f95zone.to/watched/threads", F95_WATCHED_THREADS: "https://f95zone.to/watched/threads",
F95_LATEST_PHP: "https://f95zone.to/new_latest.php", F95_LATEST_PHP: "https://f95zone.to/new_latest.php",
F95_BOOKMARKS: "https://f95zone.to/account/bookmarks",
F95_CONVERSATIONS: "https://f95zone.to/conversations/",
F95_ALERTS: "https://f95zone.to/account/alerts"
}; };