This commit is contained in:
Manchik
2026-04-25 04:17:13 +03:00
parent c82866b58a
commit 9b7001407f
23 changed files with 1225 additions and 258 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ mimetypes.add_type("text/css", ".css")
mimetypes.add_type("image/svg+xml", ".svg")
from loguru import logger
VERSION = "0.3.2"
VERSION = "0.3.4"
from app.config import settings
from app.core.logging import setup_logging