yunzi7 commited on
Commit
044d0ec
·
1 Parent(s): e5e4940

add url prefix

Browse files
Files changed (1) hide show
  1. ice_breaking_challenge/qr.py +1 -1
ice_breaking_challenge/qr.py CHANGED
@@ -12,7 +12,7 @@ from .auth import login_required
12
  from .db import get_db
13
 
14
 
15
- bp = Blueprint("qr", __name__)
16
 
17
 
18
  @bp.route("/", methods=["GET", "POST"])
 
12
  from .db import get_db
13
 
14
 
15
+ bp = Blueprint("qr", __name__, url_prefix="/qr")
16
 
17
 
18
  @bp.route("/", methods=["GET", "POST"])