diff --git a/dev/next-env.d.ts b/dev/next-env.d.ts
index 830fb59..1b3be08 100644
--- a/dev/next-env.d.ts
+++ b/dev/next-env.d.ts
@@ -1,6 +1,5 @@
///
///
-///
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
diff --git a/src/rapidocPlugin.ts b/src/rapidocPlugin.ts
index 81d6314..2970720 100644
--- a/src/rapidocPlugin.ts
+++ b/src/rapidocPlugin.ts
@@ -2,7 +2,7 @@ import type { Plugin } from 'payload'
const rapidoc =
({
- specEndpoint = '/openapi.json',
+ specEndpoint = '/api/openapi.json',
docsUrl = '/docs',
enabled = true,
}: {
@@ -38,7 +38,7 @@ const rapidoc =
-
+