Refactor project branding from HexaHost to Axiom across all configurations, documentation, and code files. Update environment variables, Docker setup, and README to reflect the new brand name. Ensure consistency in naming conventions and improve clarity in setup instructions.
This commit is contained in:
@@ -52,8 +52,8 @@ async def lifespan(app: FastAPI):
|
||||
|
||||
def create_app() -> FastAPI:
|
||||
"""
|
||||
Initializes the FastAPI application for the HexaHost Bot Dashboard.
|
||||
The bot instance will be attached to app.state.bot in HexaHost.py at runtime.
|
||||
Initializes the FastAPI application for the Axiom Bot Dashboard.
|
||||
The bot instance will be attached to app.state.bot in Axiom.py at runtime.
|
||||
"""
|
||||
app = FastAPI(
|
||||
title=f"{BRAND_NAME} Bot API",
|
||||
|
||||
Reference in New Issue
Block a user