Skip to content

Commit

Permalink
conformance without s
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 26, 2023
1 parent a513649 commit 9d94ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tipg/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def __post_init__(self):
"""Post Init: register route and configure specific options."""
self.register_routes()
if self.with_common:
self._conformances_route()
self._conformance_route()
self._landing_route()

def url_for(self, request: Request, name: str, **path_params: Any) -> str:
Expand Down

0 comments on commit 9d94ede

Please sign in to comment.