diff --git a/openapi-ts.config.ts b/openapi-ts.config.ts index 5472a8c..8672913 100644 --- a/openapi-ts.config.ts +++ b/openapi-ts.config.ts @@ -2,7 +2,7 @@ import { defineConfig } from '@hey-api/openapi-ts' export default defineConfig({ input: { - path: `https://api.heyapi.dev/v1/get/hey-api/backend?api_key=${process.env.HEY_API_USER_TOKEN}`, + path: `https://get.heyapi.dev/hey-api/backend?api_key=${process.env.HEY_API_USER_TOKEN}`, include: '^(#/paths/v1/specifications/post|#/components/schemas/Specification)$' },