Skip to content

Commit 8586dbb

Browse files
committed
Update site_default.py
1 parent c508c71 commit 8586dbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/admin/site/site_default.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from .site import blueprint
2525

2626
@blueprint.route('/get_site_doc', endpoint='get_site_doc',methods=['POST'])
27+
@panel_login_required
2728
def get_site_doc():
2829
stype = request.form.get('type', '0').strip()
2930
vlist = []

0 commit comments

Comments
 (0)