mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-21 04:01:10 +10:00
partial: user routes
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
import { systemConfig } from "~/server/internal/config/sys-conf";
|
||||
|
||||
/**
|
||||
* Fetch instance information
|
||||
*/
|
||||
export default defineEventHandler(async (_h3) => {
|
||||
return {
|
||||
appName: "Drop",
|
||||
|
||||
Reference in New Issue
Block a user