Skip to content

Commit

Permalink
update vercel url
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle authored Sep 21, 2023
1 parent 10598f6 commit a0bb089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/Newsfeed/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const TAB_ITEMS: TabsProps["items"] = [
].filter((item) => item.show);
const ROOT_URL = import.meta.env.DEV
? "http://localhost:5000/rss?name="
: "https://rssfeed-tree.vercel.app/rss?name=";
: "https://binarytree-rssfeed-api.vercel.app/rss?name=";

const QUERY_KEY_NEWS = "news";

Expand Down

0 comments on commit a0bb089

Please sign in to comment.