mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
export default defineEventHandler((_h3) => {
|
|
return {
|
|
appName: "Drop",
|
|
};
|
|
});
|