Spaces:
Runtime error
Runtime error
change url
Browse files
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("/
|
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":
|