mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-09 04:24:26 +10:00
6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
export default defineEventHandler((h3) => {
|
|
return {
|
|
appName: "Drop",
|
|
};
|
|
});
|