mirror of
https://github.com/p-stream/backend.git
synced 2026-04-21 03:22:34 +00:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
export default defineEventHandler(event => {
|
|
return {
|
|
message: ``,
|
|
};
|
|
});
|