添加chapter和lesson
This commit is contained in:
@@ -33,3 +33,5 @@ def convert_md(course_id, filename):
|
||||
@bp.route("/static/<path:filename>")
|
||||
def serve_static(filename):
|
||||
return send_from_directory(current_app.config["STATIC_DIR"], filename)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user