refactor(api):调整模板目录

This commit is contained in:
zhengxinonly
2021-07-22 00:57:22 +08:00
parent 5470837707
commit ce8adda79d
35 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ file_bp = Blueprint('file', __name__, url_prefix='/file')
@file_bp.get('/')
@authorize("admin:file:main", log=True)
def index():
return render_template('admin/file/photo.html')
return render_template('file/photo.html')
# 图片数据