From fb2adbb65087252c0fd0392c8fa8f0218bffa22b Mon Sep 17 00:00:00 2001 From: Physcik Date: Fri, 26 Dec 2025 20:08:28 +0500 Subject: Articles idnexing --- src/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.go') diff --git a/src/main.go b/src/main.go index c950f14..fdcfef8 100644 --- a/src/main.go +++ b/src/main.go @@ -4,12 +4,14 @@ import ( "log/slog" "net/http" + index "physick.ru/Index" render "physick.ru/Render" settings "physick.ru/Settings" ) func main() { settings.ReadSettings() + index.EstablistDBConnection() render.RegisterEndpoints() -- cgit v1.3