yunzi7 commited on
Commit
4978d94
ยท
1 Parent(s): b3393c0

change file

Browse files
ice_breaking_challenge/introduction.py CHANGED
@@ -19,6 +19,6 @@ bp = Blueprint("qr", __name__)
19
  def qr() -> None:
20
  match request.method:
21
  case "GET":
22
- return render_template("qr.html")
23
  case "POST": # qr.html์—์„œ `๋‹ค์Œ` ๋ฒ„ํŠผ ๋ˆŒ๋ €์„ ๋•Œ
24
  return render_template("introduction.html")
 
19
  def qr() -> None:
20
  match request.method:
21
  case "GET":
22
+ return render_template("introduction.html")
23
  case "POST": # qr.html์—์„œ `๋‹ค์Œ` ๋ฒ„ํŠผ ๋ˆŒ๋ €์„ ๋•Œ
24
  return render_template("introduction.html")