Skip to content

Commit 9e3a986

Browse files
committed
Added routePrefix to TemplateVars
1 parent 2328c16 commit 9e3a986

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/cli.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,15 @@ export interface TemplateVars {
8383
cfResourceName?: string | undefined,
8484

8585
/**
86-
* Router path (Example: /api)
86+
* Router path (Example: /example)
8787
*/
8888
routePath: string,
8989

90+
/**
91+
* Router prefix (Example: /api or undefined)
92+
*/
93+
routePrefix?: string | undefined,
94+
9095
/**
9196
* Node version number
9297
*/

0 commit comments

Comments
 (0)