Skip to content

Commit

Permalink
fix(mobile): update new backend URL
Browse files Browse the repository at this point in the history
  • Loading branch information
atakanyasar committed Dec 16, 2024
1 parent c0ee434 commit b1b4606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/services/api/programmingForumFetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const baseUrl =
process.env.NODE_ENV === "development"
? `http://${new URL(Constants.default.experienceUrl).hostname}:5173/api/v1`
:
"https://programming-languages-forum-ahwzj.ondigitalocean.app/api/v1";
"https://programming-languages-forum-psrb6.ondigitalocean.app/api/v1";

console.log(baseUrl);

Expand Down

0 comments on commit b1b4606

Please sign in to comment.