We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 508e1be + fcccbc7 commit 902b613Copy full SHA for 902b613
openapi-ts.config.ts
@@ -2,7 +2,7 @@ import { defineConfig } from '@hey-api/openapi-ts'
2
3
export default defineConfig({
4
input: {
5
- 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}`,
6
include:
7
'^(#/paths/v1/specifications/post|#/components/schemas/Specification)$'
8
},
0 commit comments