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