yunzi7 commited on
Commit
e5e4940
·
1 Parent(s): d7bb982

register intro

Browse files
ice_breaking_challenge/introduction.py CHANGED
@@ -12,7 +12,7 @@ from .auth import login_required
12
  from .db import get_db
13
 
14
 
15
- bp = Blueprint("qr", __name__)
16
 
17
 
18
  @bp.route("/", methods=["GET", "POST"])
 
12
  from .db import get_db
13
 
14
 
15
+ bp = Blueprint("introduction", __name__)
16
 
17
 
18
  @bp.route("/", methods=["GET", "POST"])