Skip to content

Commit c9fe45c

Browse files
Ashim RaianiAshim Raiani
authored andcommitted
changing services to proxies
1 parent c8cf2ec commit c9fe45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/writeClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const writeClient = async (
5454
const outputPathCore = resolve(outputPath, 'core');
5555
const outputPathModels = resolve(outputPath, 'models');
5656
const outputPathSchemas = resolve(outputPath, 'schemas');
57-
const outputPathServices = resolve(outputPath, 'services');
57+
const outputPathServices = resolve(outputPath, 'proxies');
5858

5959
if (!isSubDirectory(process.cwd(), output)) {
6060
throw new Error(`Output folder is not a subdirectory of the current working directory`);

0 commit comments

Comments
 (0)