Skip to content

Commit 902b613

Browse files
authored
Merge pull request #18 from hey-api/chore/input-path
chore: sweet input path
2 parents 508e1be + fcccbc7 commit 902b613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi-ts.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from '@hey-api/openapi-ts'
22

33
export default defineConfig({
44
input: {
5-
path: `https://api.heyapi.dev/v1/get/hey-api/backend?api_key=${process.env.HEY_API_USER_TOKEN}`,
5+
path: `https://get.heyapi.dev/hey-api/backend?api_key=${process.env.HEY_API_USER_TOKEN}`,
66
include:
77
'^(#/paths/v1/specifications/post|#/components/schemas/Specification)$'
88
},

0 commit comments

Comments
 (0)