perbaikan setting pinia dan simpan user role belum fix, ad env.example

This commit is contained in:
2025-06-05 15:20:22 +07:00
parent 35772f38c9
commit fe32e13ca4
16 changed files with 514 additions and 87 deletions
+8
View File
@@ -0,0 +1,8 @@
export default defineEventHandler(async (event) => {
const res = await $fetch(`http://10.10.150.131:8080/api/menu/type`, {
method: "GET",
headers: {"Content-Type": "application/json"}
})
// console.log(res)
return res
})