Another small change that should fix the caching problem.
This commit is contained in:
@@ -107,9 +107,13 @@ func indexHandler(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
testf()
|
||||
|
||||
data := VersionData{Version: "2.0.2",
|
||||
Changelog: "Hopefully fixed the caching problem with random.",
|
||||
data := VersionData{Version: "2.0.3",
|
||||
Changelog: "Another small change that should fix the caching problem.",
|
||||
History: []VersionData{
|
||||
{
|
||||
Version: "2.0.2",
|
||||
Changelog: "Hopefully fixed the caching problem with random.",
|
||||
},
|
||||
{
|
||||
Version: "2.0.1",
|
||||
Changelog: "Fixed CORS",
|
||||
|
||||
Reference in New Issue
Block a user