Skip to content

Commit fcccbc7

Browse files
committed
chore: sweet input path
1 parent 508e1be commit fcccbc7

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)