perubahan API update role User Tipe

This commit is contained in:
2025-06-10 08:25:55 +07:00
parent 714eba34b7
commit 09630f25a5
8 changed files with 73 additions and 263 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export default defineEventHandler(async(event)=> {
const body = await readBody(event)
console.log(body)
// console.log(body)
const a = await $fetch(`http://10.10.150.131:8080/api/menu/role/type/${body}`,{
headers: {
"Content-Type": "application/json",