Skip to content

Commit

Permalink
change dev url temp
Browse files Browse the repository at this point in the history
  • Loading branch information
SamratSahoo committed Oct 16, 2024
1 parent 029d3ec commit 376ccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/utils/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function getBaseURL() {
return `https://healing4heroes.netlify.app`;
}

return `https://healing4heroes-dev.netlify.app`;
return `https://deploy-preview-149--healing4heroes-dev.netlify.app`;

// if (manifest?.debuggerHost) {
// return `http://${manifest?.debuggerHost?.split(":").shift()}:3000`;
Expand Down

0 comments on commit 376ccfb

Please sign in to comment.