Add urls
parent
64591eeba6
commit
e3eefe72f7
|
@ -6,6 +6,19 @@ export const urls = {
|
||||||
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_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/",
|
F95_CONVERSATIONS: "https://f95zone.to/conversations/",
|
||||||
F95_ALERTS: "https://f95zone.to/account/alerts"
|
/**
|
||||||
|
* @todo
|
||||||
|
*/
|
||||||
|
F95_ALERTS: "https://f95zone.to/account/alerts",
|
||||||
|
F95_POSTS_NUMBER: "https://f95zone.to/account/dpp-update",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue