Add cache for all stadia requests

This commit is contained in:
Eli Ribble 2026-04-06 22:36:25 +00:00
parent 9ef6aaa406
commit c393f6fd81
No known key found for this signature in database
10 changed files with 647 additions and 6 deletions

View file

@ -1,5 +0,0 @@
export interface District {
name: string;
slug: string;
url_logo: string;
}