mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +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
 | 
			
		||||
    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
 | 
			
		||||
    app.register_blueprint(auth_blueprint, url_prefix='/auth')
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,6 @@ Flask-Login
 | 
			
		||||
Flask-Mail
 | 
			
		||||
Flask-Migrate
 | 
			
		||||
Flask-Paranoid
 | 
			
		||||
Flask-RestPlus
 | 
			
		||||
Flask-SocketIO~=5.0.0
 | 
			
		||||
Flask-SQLAlchemy
 | 
			
		||||
Flask-WTF
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user