Changing the API url

This commit is contained in:
Vivek Teega 2023-07-04 00:43:48 +05:30
parent ef539d4776
commit fab24209cc

View File

@ -63,7 +63,7 @@
<script>
let floGlobals = {
blockchain: "FLO",
tokenApiUrl: 'https://ranchimallflo-test.ranchimall.net',
tokenApiUrl: 'https://ranchimallflo.ranchimall.net',
floApiUrl: 'https://flosight.ranchimall.net',
}
</script>