We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7139a7 commit b0ab76aCopy full SHA for b0ab76a
conditional/blueprints/packet.py
@@ -24,7 +24,7 @@
24
25
logger = structlog.get_logger()
26
27
-packet_bp = Blueprint("packet_bp", __name__, url_prefix="/packet")
+packet_bp = Blueprint("packet_bp", __name__)
28
29
30
class POSTFreshman:
0 commit comments