Change api urls to testnet

This commit is contained in:
Vivek Teega 2023-04-13 21:11:14 +05:30
parent c58be9ef02
commit 05974cadc4

View File

@ -60,8 +60,8 @@
<!-- Set urls for token and flo Apis --> <!-- Set urls for token and flo Apis -->
<script> <script>
let floGlobals = {} let floGlobals = {}
tokenApiUrl = 'https://ranchimallflov2.ranchimall.net' tokenApiUrl = 'https://ranchimallflo-testing.duckdns.org'
floApiUrl = 'https://flosight.ranchimall.net' floApiUrl = 'https://flosight-testnet.ranchimall.net'
</script> </script>
<script> <script>
/*jshint esversion: 8 */ /*jshint esversion: 8 */