costco filter

This commit is contained in:
Polen 2026-04-07 22:07:47 -04:00
parent ac9737b125
commit a488993211
5 changed files with 260 additions and 247 deletions

View file

@ -137,7 +137,8 @@ func main() {
http.HandleFunc("/api/stats/region", handleRegionStats)
http.HandleFunc("/api/station-deltas", handleStationDeltas)
// Static assets (map.js, stats.js, etc.)
// Static assets (style.css, map.js, stats.js, etc.)
http.Handle("/style.css", http.FileServer(http.FS(staticSub)))
http.Handle("/map.js", http.FileServer(http.FS(staticSub)))
http.Handle("/stats.js", http.FileServer(http.FS(staticSub)))