Skip to content

Commit

Permalink
Operation paths are always empty
Browse files Browse the repository at this point in the history
Fixes #283
  • Loading branch information
Luis Fernando Planella Gonzalez committed Aug 25, 2023
1 parent 4d6ca49 commit 580cdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/fn.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ export function {{methodName}}(http: HttpClient, rootUrl: string, params{{^opera
);
}

{{methodName}}.PATH = '{{{operation.operationPath}}}';
{{methodName}}.PATH = '{{{operation.path}}}';

0 comments on commit 580cdbb

Please sign in to comment.