Initial Nuxt data explorer setup
This commit is contained in:
5
nuxt4-app/server/api/metadata/index.get.ts
Normal file
5
nuxt4-app/server/api/metadata/index.get.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { fetchAllTablesMetadata } from '../../services/table-service'
|
||||
|
||||
export default defineEventHandler(async () => {
|
||||
return await fetchAllTablesMetadata()
|
||||
})
|
||||
Reference in New Issue
Block a user