mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	fix
This commit is contained in:
		@@ -48,7 +48,4 @@ def create_app(config_name):
 | 
				
			|||||||
    from .services import services as services_blueprint
 | 
					    from .services import services as services_blueprint
 | 
				
			||||||
    app.register_blueprint(services_blueprint, url_prefix='/services')
 | 
					    app.register_blueprint(services_blueprint, url_prefix='/services')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    from .test import test as test_blueprint
 | 
					 | 
				
			||||||
    app.register_blueprint(test_blueprint, url_prefix='/test')
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    return app
 | 
					    return app
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user