Added site index file and created_at
This commit is contained in:
@@ -33,6 +33,9 @@ type Site struct {
|
||||
Enabled bool `json:"enabled"`
|
||||
Spa bool `json:"spa"`
|
||||
NotFoundFile string `json:"not_found_file"`
|
||||
IndexFile string `json:"index_file"`
|
||||
TrailingSlash *bool `json:"trailing_slash"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
ForwardRules []ForwardRule `json:"forward_rules"`
|
||||
CustomHeaders []CustomHeaders `json:"custom_headers"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user