Skip to content

Commit 3052218

Browse files
committed
Ensure generated path matches routing
1 parent 4cf823d commit 3052218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"paths": {
18-
"/api/example": {
18+
"{{routePath}}": {
1919
"get": {
2020
"description": "Route description.",
2121
"responses": {

0 commit comments

Comments
 (0)