mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Remove api fragments
This commit is contained in:
		@@ -37,9 +37,6 @@ def create_app(config_name):
 | 
				
			|||||||
    from .admin import bp as admin_blueprint
 | 
					    from .admin import bp as admin_blueprint
 | 
				
			||||||
    app.register_blueprint(admin_blueprint, url_prefix='/admin')
 | 
					    app.register_blueprint(admin_blueprint, url_prefix='/admin')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    from .api import bp as api_blueprint
 | 
					 | 
				
			||||||
    app.register_blueprint(api_blueprint, url_prefix='/api')
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    from .auth import bp as auth_blueprint
 | 
					    from .auth import bp as auth_blueprint
 | 
				
			||||||
    app.register_blueprint(auth_blueprint, url_prefix='/auth')
 | 
					    app.register_blueprint(auth_blueprint, url_prefix='/auth')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,6 @@ Flask-Login
 | 
				
			|||||||
Flask-Mail
 | 
					Flask-Mail
 | 
				
			||||||
Flask-Migrate
 | 
					Flask-Migrate
 | 
				
			||||||
Flask-Paranoid
 | 
					Flask-Paranoid
 | 
				
			||||||
Flask-RestPlus
 | 
					 | 
				
			||||||
Flask-SocketIO~=5.0.0
 | 
					Flask-SocketIO~=5.0.0
 | 
				
			||||||
Flask-SQLAlchemy
 | 
					Flask-SQLAlchemy
 | 
				
			||||||
Flask-WTF
 | 
					Flask-WTF
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user