We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc7f57 commit 5edb78eCopy full SHA for 5edb78e
routes/summary.go
@@ -56,7 +56,7 @@ func (h *SummaryHandler) GetIndex(w http.ResponseWriter, r *http.Request) {
56
http.Redirect(w, r, redirectAddress, http.StatusFound)
57
}
58
59
- q.Set("interval", "high_seas")
+ q.Set("interval", "last_7_days")
60
r.URL.RawQuery = q.Encode()
61
} else if q.Get("interval") != "" {
62
// Send a Set-Cookie header to persist the interval
0 commit comments