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

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