yunzi7 commited on
Commit
b687f79
ยท
1 Parent(s): 72d0756

Feat: debug

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