mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 00:08:37 +01:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
|
|
export default defineEventHandler(async event => {
|
|
|
|
console.log('TEST');
|
|
return;
|
|
}); |