Skip to content

Commit b0ab76a

Browse files
committed
Revert "Merge pull request #402 from Qelxiros/packet-glue"
This reverts commit 0fc55d5, reversing changes made to 4fe950f.
1 parent b7139a7 commit b0ab76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/blueprints/packet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
logger = structlog.get_logger()
2626

27-
packet_bp = Blueprint("packet_bp", __name__, url_prefix="/packet")
27+
packet_bp = Blueprint("packet_bp", __name__)
2828

2929

3030
class POSTFreshman:

0 commit comments

Comments
 (0)