mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Add missing method to route
This commit is contained in:
		@@ -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'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user