yunzi7 commited on
Commit
b3393c0
·
1 Parent(s): 1db0e3a

change url

Browse files
Files changed (1) hide show
  1. ice_breaking_challenge/qr.py +1 -1
ice_breaking_challenge/qr.py CHANGED
@@ -15,7 +15,7 @@ from .db import get_db
15
  bp = Blueprint("qr", __name__)
16
 
17
 
18
- @bp.route("/qr", methods=["GET", "POST"])
19
  def qr() -> None:
20
  match request.method:
21
  case "GET":
 
15
  bp = Blueprint("qr", __name__)
16
 
17
 
18
+ @bp.route("/", methods=["GET", "POST"])
19
  def qr() -> None:
20
  match request.method:
21
  case "GET":