chore: removes unused code

This commit is contained in:
James 2024-03-07 19:05:08 -05:00
parent 05363f61b5
commit 8a62afe525

View File

@ -1,9 +1,4 @@
import config from '@payload-config'
export const GET = async () => {
const { editor } = await config;
console.log(editor)
return Response.json({
hello: 'elliot',
})