Making adjustments to branding to reflect new domain
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 57s

This commit is contained in:
Tudor Sitaru
2026-01-06 15:39:06 +00:00
parent a26d91426c
commit 1e3fd5f8cc
4 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
"""
Primary School Performance Comparison API
Serves primary school (KS2) performance data for Wandsworth and Merton.
SchoolCompare.co.uk API
Serves primary school (KS2) performance data for comparing schools.
Uses real data from UK Government Compare School Performance downloads.
"""
@@ -23,8 +23,8 @@ LA_CODES = {
ALLOWED_LA_CODES = list(LA_CODES.keys())
app = FastAPI(
title="Primary School Performance API - Wandsworth & Merton",
description="API for comparing primary school (KS2) performance data in Wandsworth and Merton",
title="SchoolCompare API",
description="API for comparing primary school (KS2) performance data - schoolcompare.co.uk",
version="1.0.0"
)