Skip to content

Commit

Permalink
fix python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethosa committed Oct 26, 2024
1 parent 7d1d259 commit f8c1ce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/happyx/ssr/handlers.nim
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ when defined(napibuild):
apiDocData.add(newApiDocObject(
@["GET"],
"Fetch file from directory: " & route.purePath,
"",
routeData.path,
routeData.pathParams,
routeData.requestModels,
Expand All @@ -25,6 +26,7 @@ when defined(napibuild):
apiDocData.add(newApiDocObject(
route.httpMethod,
route.docs,
"",
routeData.path,
routeData.pathParams,
routeData.requestModels,
Expand Down

0 comments on commit f8c1ce8

Please sign in to comment.