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