Skip to content

Commit

Permalink
Merge pull request #6424 from mozilla/expose-ret-url
Browse files Browse the repository at this point in the history
Expose reticulum url
  • Loading branch information
keianhzo authored Jan 12, 2024
2 parents 793de26 + 80c1383 commit 73b6f2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/phoenix-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,7 @@ export const tryGetMatchingMeta = async ({ ret_pool, ret_version }, shouldAbando
}
return didMatchMeta;
};

window.$P = {
getReticulumFetchUrl
};

0 comments on commit 73b6f2c

Please sign in to comment.