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