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