This commit is contained in:
Zhiwei Liang 2023-04-03 02:14:57 -04:00
parent 4536fd0559
commit 2c6bb6480a

View File

@ -364,7 +364,6 @@ class Blueprint(BaseSanic):
route = app._apply_route(
apply_route, overwrite=self.allow_route_overwrite
)
route = app._apply_route(apply_route)
# If it is a copied BP, then make sure all of the names of routes
# matchup with the new BP name