чуть поменял конфиг

design
serr 2025-06-08 16:02:27 +03:00
parent 6d2403d2f5
commit b88809e888
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ type pathsConfig struct {
AssetsDir string `json:"assets_dir"` AssetsDir string `json:"assets_dir"`
TemplatesDir string `json:"templates_dir"` TemplatesDir string `json:"templates_dir"`
TemplatesExt string `json:"templates_ext"` TemplatesExt string `json:"templates_ext"`
PostsMaxCountOnPage int `json:"posts_max_count"` PostsMaxCountOnPage int `json:"max_posts_per_page"`
} }
type serverConfig struct { type serverConfig struct {