admin: can force page regeneration
This commit is contained in:
parent
318bc4bc4d
commit
17f51f5e7b
5 changed files with 14 additions and 3 deletions
|
@ -15,6 +15,7 @@ const SettingsFile = "settings.json"
|
|||
type FICSettings struct {
|
||||
Start time.Time `json:"start"`
|
||||
End time.Time `json:"end"`
|
||||
Generation time.Time `json:"generation"`
|
||||
|
||||
FirstBlood float64 `json:"firstBlood"`
|
||||
SubmissionCostBase float64 `json:"submissionCostBase"`
|
||||
|
|
Reference in a new issue