6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
export default defineEventHandler((_h3) => {
|
|
return {
|
|
appName: "Drop",
|
|
};
|
|
});
|