Fix
This commit is contained in:
parent
4536fd0559
commit
2c6bb6480a
@ -364,7 +364,6 @@ class Blueprint(BaseSanic):
|
|||||||
route = app._apply_route(
|
route = app._apply_route(
|
||||||
apply_route, overwrite=self.allow_route_overwrite
|
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
|
# If it is a copied BP, then make sure all of the names of routes
|
||||||
# matchup with the new BP name
|
# matchup with the new BP name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user