Skip to content

Commit 0fc55d5

Browse files
authored
Merge pull request #402 from Qelxiros/packet-glue
glue
2 parents 4fe950f + e59a839 commit 0fc55d5

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__)
27+
packet_bp = Blueprint("packet_bp", __name__, url_prefix="/packet")
2828

2929

3030
class POSTFreshman:

0 commit comments

Comments
 (0)