yunzi7 commited on
Commit
9958494
ยท
1 Parent(s): 63485f9

Feat: change file

Browse files
Files changed (1) hide show
  1. ice_breaking_challenge/qr.py +1 -1
ice_breaking_challenge/qr.py CHANGED
@@ -21,4 +21,4 @@ def qr() -> None:
21
  case "GET":
22
  return render_template("qr.html")
23
  case "POST": # qr.html์—์„œ `๋‹ค์Œ` ๋ฒ„ํŠผ ๋ˆŒ๋ €์„ ๋•Œ
24
- return render_template("qr.html")
 
21
  case "GET":
22
  return render_template("qr.html")
23
  case "POST": # qr.html์—์„œ `๋‹ค์Œ` ๋ฒ„ํŠผ ๋ˆŒ๋ €์„ ๋•Œ
24
+ return render_template("introduction.html")