admin: can force page regeneration
This commit is contained in:
parent
95d60c69e0
commit
fa8c9caaf0
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