From f030247b61b643b73dfc1042464c3d84402003d7 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Tue, 12 May 2026 12:08:23 +0200 Subject: [PATCH] cleanup --- stand.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stand.py b/stand.py index 0edc951..d839fd5 100755 --- a/stand.py +++ b/stand.py @@ -14,8 +14,9 @@ app.include_router(login_router) app.add_middleware(AuthMiddleware) app.include_router(api_router) -app.include_router(table_router) app.include_router(home_router) +app.include_router(table_router) + ui.run( title="stand",