27 lines
897 B
TypeScript
27 lines
897 B
TypeScript
export const urls = {
|
|
F95_BASE_URL: "https://f95zone.to",
|
|
F95_SEARCH_URL: "https://f95zone.to/search/search/",
|
|
F95_LATEST_UPDATES: "https://f95zone.to/latest",
|
|
F95_THREADS: "https://f95zone.to/threads/",
|
|
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",
|
|
F95_BOOKMARKS: "https://f95zone.to/account/bookmarks",
|
|
/**
|
|
* Add the unique ID of the post to
|
|
* get the thread page where the post
|
|
* is present.
|
|
*/
|
|
F95_POSTS: "https://f95zone.to/posts/",
|
|
/**
|
|
* @todo
|
|
*/
|
|
F95_CONVERSATIONS: "https://f95zone.to/conversations/",
|
|
/**
|
|
* @todo
|
|
*/
|
|
F95_ALERTS: "https://f95zone.to/account/alerts",
|
|
F95_POSTS_NUMBER: "https://f95zone.to/account/dpp-update",
|
|
F95_MEMBERS: "https://f95zone.to/members",
|
|
};
|