Spaces:
Runtime error
Runtime error
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("
|
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"])
|