Skip to content

Commit 580cdbb

Browse files
author
Luis Fernando Planella Gonzalez
committed
Operation paths are always empty
Fixes #283
1 parent 4d6ca49 commit 580cdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/fn.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ export function {{methodName}}(http: HttpClient, rootUrl: string, params{{^opera
3939
);
4040
}
4141

42-
{{methodName}}.PATH = '{{{operation.operationPath}}}';
42+
{{methodName}}.PATH = '{{{operation.path}}}';

0 commit comments

Comments
 (0)