mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Add missing method to route
This commit is contained in:
parent
e03b5258ef
commit
f348d1ed23
@ -18,7 +18,7 @@ def spacy_nlp_pipeline_models():
|
||||
)
|
||||
|
||||
|
||||
@bp.route('/create')
|
||||
@bp.route('/create', methods=['GET', 'POST'])
|
||||
@login_required
|
||||
def create_spacy_nlp_pipeline_model():
|
||||
form_prefix = 'create-spacy-nlp-pipeline-model-form'
|
||||
|
Loading…
Reference in New Issue
Block a user