Refactoring continues.

This commit is contained in:
2025-10-23 21:51:15 +01:00
parent 82f457c5a4
commit 0f60be448d
12 changed files with 248 additions and 249 deletions

View File

@@ -7,9 +7,9 @@ import (
"strings"
"time"
"synlotto-website/config"
helpers "synlotto-website/internal/helpers/http"
"synlotto-website/internal/models"
"synlotto-website/internal/platform/config"
"github.com/gorilla/csrf"
)