Fix of routing
This commit is contained in:
@@ -223,7 +223,7 @@ const fetch = async () => {
|
||||
};
|
||||
});
|
||||
console.log("TEST=", ccountry_filter.value, ccountry_list.value);
|
||||
const response2 = await axios.get(route("settings"));
|
||||
const response2 = await axios.get(route("settings.index"));
|
||||
settings.value = response2.data;
|
||||
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user