diff --git a/src/index.ts b/src/index.ts index 37615aa..45d5db2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -37,6 +37,8 @@ export const swagger = ...documentation.info } + const pathWithPrefix = `${app.config.prefix}${path}`; + app.get(path, () => { return new Response( ` @@ -61,7 +63,7 @@ export const swagger =