refactor(api):调整模板目录
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
# 图片数据
|
||||
|
||||
Reference in New Issue
Block a user