costco filter
This commit is contained in:
parent
ac9737b125
commit
a488993211
5 changed files with 260 additions and 247 deletions
3
main.go
3
main.go
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue