(fix) cors and logging at login and register

This commit is contained in:
Rorik Star Platinum 2025-11-08 17:56:31 +03:00
parent eef798df5f
commit 80ed37647b
6 changed files with 111 additions and 42 deletions

View file

@ -26,6 +26,8 @@ uuid = { version = "1", features = ["v4", "serde"] }
tracing = "0.1"
tracing-subscriber = "0.3"
tower-http = { version = "0.6", features = ["trace", "cors", ] }
thiserror = "2.0"
anyhow = "1.0"