2025-05-08 22:11:57 +07:00
|
|
|
/* THIS FILE WAS GENERATED AUTOMATICALLY BY PAYLOAD. */
|
|
|
|
|
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
|
2025-05-17 05:42:47 +07:00
|
|
|
import config from '@/payload.config';
|
2025-05-08 22:11:57 +07:00
|
|
|
import { GRAPHQL_POST, REST_OPTIONS } from '@payloadcms/next/routes';
|
|
|
|
|
|
|
|
|
|
export const POST = GRAPHQL_POST(config);
|
|
|
|
|
|
|
|
|
|
export const OPTIONS = REST_OPTIONS(config);
|