Changed project name to be IPTV Manager Service
All checks were successful
AWS Deploy on Push / build (push) Successful in 8m29s

This commit is contained in:
2025-05-29 16:09:52 -05:00
parent e25f8c1ecd
commit eaab1ef998
22 changed files with 202 additions and 138 deletions

View File

@@ -15,8 +15,8 @@ async def lifespan(app: FastAPI):
app = FastAPI(
lifespan=lifespan,
title="IPTV Updater API",
description="API for IPTV Updater service",
title="IPTV Manager API",
description="API for IPTV Manager service",
version="1.0.0",
)
@@ -60,7 +60,7 @@ app.openapi = custom_openapi
@app.get("/")
async def root():
return {"message": "IPTV Updater API"}
return {"message": "IPTV Manager API"}
# Include routers