Skip to content

Commit

Permalink
Processing action routes first
Browse files Browse the repository at this point in the history
Persisty requires that the action route is processed first.
  • Loading branch information
tofarr committed Oct 17, 2023
1 parent 2c8e324 commit 640b745
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions servey/servey_starlette/route_factory/action_route_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
class ActionRouteFactory(RouteFactoryABC):
"""Utility for mounting actions to fastapi_integration."""

priority: int = 110

action_endpoint_factories: List[ActionEndpointFactoryABC] = field(
default_factory=create_endpoint_factories
)
Expand Down

0 comments on commit 640b745

Please sign in to comment.