mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-11 21:34:42 +10:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
export default defineEventHandler((_h3) => {
|
|
return {
|
|
appName: "Drop",
|
|
};
|
|
});
|