Rename to Station Announcer
This commit is contained in:
parent
e6260faaeb
commit
74ec79ad9e
5 changed files with 15 additions and 9 deletions
|
|
@ -107,6 +107,11 @@ MAX_MEDIA_ATTACHMENTS = 4
|
|||
|
||||
@bp.route("/")
|
||||
def index():
|
||||
return redirect(url_for("main.compose_select"))
|
||||
|
||||
|
||||
@bp.route("/alt-text-helper")
|
||||
def alt_helper():
|
||||
immich_client = current_app.immich_client
|
||||
alt_cache = current_app.alt_text_cache
|
||||
days = current_app.config.get("RECENT_DAYS", 3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue