moving routing to web

This commit is contained in:
Geriano
2022-10-30 19:05:29 +07:00
parent 9a7a0d504f
commit 80555c27a9
8 changed files with 19 additions and 22 deletions

View File

@@ -39,7 +39,7 @@ const form = useForm({
const fetch = async () => {
try {
const response = await axios.get(route('api.v1.superuser.menu'))
const response = await axios.get(route('superuser.menu'))
menus.value = response.data
} catch (e) {
const response = await Swal.fire({