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