From 682ec9cd1498f58151bef765e1247fed690ab252 Mon Sep 17 00:00:00 2001 From: Physcik Date: Fri, 26 Dec 2025 16:29:44 +0500 Subject: Render start --- src/Settings/Settings.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Settings') diff --git a/src/Settings/Settings.go b/src/Settings/Settings.go index 58daed3..50df787 100644 --- a/src/Settings/Settings.go +++ b/src/Settings/Settings.go @@ -11,6 +11,7 @@ type Settings struct { Port string StaticLocation string TemplatesLocation string + ArticlesLocation string } const settingsLocation = "Settings.json" @@ -19,6 +20,7 @@ var defaultSettings = Settings { Port: ":6969", StaticLocation: "../static", TemplatesLocation: "../templates", + ArticlesLocation: "../articles", } -- cgit v1.3