remove unused flask_httpauth module

This commit is contained in:
2025-04-01 21:54:58 +02:00
parent 9decf702e3
commit 0319a5c7d9
4 changed files with 2 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
"""WSGI entry point for the Home Stream application."""
from home_stream.app import create_app as build_app
from .app import create_app as build_app
def create_app(config_path):