update
This commit is contained in:
@@ -3,7 +3,6 @@ export default defineEventHandler(async (event) => {
|
||||
const { public: { apiBase } } = useRuntimeConfig();
|
||||
const token = getCookie(event, 'token');
|
||||
const body = await readBody(event);
|
||||
console.log(body);
|
||||
try {
|
||||
const data = await $fetch(`${apiBase}/ticket`, {
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user