Skip to content

Commit

Permalink
update api url
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaidun committed Jan 22, 2025
1 parent 32bd2f7 commit e4ffd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const store = createStore({
// console.log(s3)
return Promise.all([
fetch(
`${state.proxyUrl}/https://mobile.bereal.com/api/feeds/friends-v1`,
`${state.proxyUrl}/https://mobile-l7.bereal.com/api`,
{
method: "GET",
headers: {
Expand Down

0 comments on commit e4ffd4a

Please sign in to comment.