New SiteContent.
This commit is contained in:
parent
02222a5c16
commit
7e7672d52b
5 changed files with 285 additions and 0 deletions
5
server/api/site-content/keys.get.js
Normal file
5
server/api/site-content/keys.get.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { SITE_CONTENT_KEYS } from '../../utils/schemas.js'
|
||||
|
||||
export default defineEventHandler(() => {
|
||||
return { keys: [...SITE_CONTENT_KEYS] }
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue