Skip to content

Commit bd16690

Browse files
fix: openapi rest client import path
1 parent db11b3d commit bd16690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi-codegen.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const config: OpenAPICodegenConfig = {
55
input: "https://api.dev.pov.io/api/docs-json", // External deployed backend
66
output: "./openapi",
77
tsPath: "@/openapi",
8-
restClientImportPath: "@/utils/rest/appRestClient",
8+
restClientImportPath: "@/utils/rest/openapi/appRestClient",
99
replaceOptionalWithNullish: true,
1010
infiniteQueries: false,
1111
builderConfigs: false,

0 commit comments

Comments
 (0)