blob: b11df2549aed0ac47c8a781a51b8c71fd3985781 (
plain)
1
2
3
4
|
Beginning in v21.3, Sanic makes use of this new AST-style router in two use
cases: routing paths and routing signals. Therefore, this package comes with a
BaseRouter that needs to be subclassed in order to be used for its specific
needs.
|