initial commit
This commit is contained in:
12
home_stream/wsgi.py
Normal file
12
home_stream/wsgi.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# SPDX-FileCopyrightText: 2025 Max Mehl <https://mehl.mx>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
"""WSGI entry point for the Home Stream application."""
|
||||
|
||||
from home_stream.app import create_app as build_app
|
||||
|
||||
|
||||
def create_app(config_path):
|
||||
"""Create a Flask application instance."""
|
||||
return build_app(config_path)
|
||||
Reference in New Issue
Block a user