Fix of routing

This commit is contained in:
2024-01-26 21:31:06 +01:00
parent 32806e07bd
commit 88841ad738
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {