chore: tests
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
export const GET = () => {
|
||||
import config from '@payload-config'
|
||||
|
||||
export const GET = async () => {
|
||||
const { editor } = await config;
|
||||
console.log(editor)
|
||||
|
||||
return Response.json({
|
||||
hello: 'elliot',
|
||||
})
|
||||
|
Reference in New Issue
Block a user