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",