Skip to content

Commit

Permalink
Align bspump endpoints to the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
mburysek committed Dec 10, 2024
1 parent 381cdf7 commit 68fbf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asab/api/doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def build_swagger_documentation(self, host) -> dict:
continue

# Determine which routes are asab-based
if re.search("(asab|doc|oauth2-redirect.html)", self.get_route_path(route)):
if re.search("(asab|doc|oauth2-redirect.html|bspump)", self.get_route_path(route)):
asab_routes.append(self.parse_route_data(route))
else:
routes.append(self.parse_route_data(route))
Expand Down

0 comments on commit 68fbf6c

Please sign in to comment.