This website requires JavaScript.
Explore
Help
Sign In
Vasanko
/
sanic
Watch
2
Star
0
Fork
0
You've already forked sanic
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
469cb1663b
sanic
/
guide
/
webapp
/
endpoint
/
view.py
7 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Conversion of User Guide to the SHH stack (#2781)
2023-09-06 13:44:00 +01:00
from
sanic
import
Blueprint
from
.
search
import
bp
as
search_bp
Two empty lines after imports also in guide
2023-10-25 03:02:26 +01:00
Conversion of User Guide to the SHH stack (#2781)
2023-09-06 13:44:00 +01:00
bp
=
Blueprint
.
group
(
search_bp
)
Reference in New Issue
Copy Permalink