terra-view toplevel rebrand. Names changed all around
This commit is contained in:
@@ -31,8 +31,8 @@ ENVIRONMENT = os.getenv("ENVIRONMENT", "production")
|
||||
# Initialize FastAPI app
|
||||
VERSION = "0.4.2"
|
||||
app = FastAPI(
|
||||
title="Seismo Fleet Manager",
|
||||
description="Backend API for managing seismograph fleet status",
|
||||
title="Terra-View",
|
||||
description="Backend API for Terra-View fleet management system",
|
||||
version=VERSION
|
||||
)
|
||||
|
||||
@@ -516,7 +516,7 @@ async def devices_all_partial(request: Request):
|
||||
def health_check():
|
||||
"""Health check endpoint"""
|
||||
return {
|
||||
"message": f"Seismo Fleet Manager v{VERSION}",
|
||||
"message": f"Terra-View v{VERSION}",
|
||||
"status": "running",
|
||||
"version": VERSION
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user