Test
This commit is contained in:
@@ -245,8 +245,8 @@ const fetch_rates = async () => {
|
||||
|
||||
const fetch_ccodes = async () => {
|
||||
try {
|
||||
const response2 = await axios.get(route('geo.ip.get'));
|
||||
geoip.value = response2.data;
|
||||
// const response2 = await axios.get(route('geo.ip.get'));
|
||||
// geoip.value = response2.data;
|
||||
|
||||
const response = await axios.get(route('ccountry.codes'))
|
||||
ccodes.value = response.data;
|
||||
|
||||
Reference in New Issue
Block a user