8be49dc89a
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.
4 lines
238 B
Text
4 lines
238 B
Text
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.
|