(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

2
Cargo.lock generated
View file

@ -1294,6 +1294,7 @@ dependencies = [
"sqlx",
"thiserror",
"tokio",
"tower-http",
"tracing",
"tracing-subscriber",
"url",
@ -2539,6 +2540,7 @@ dependencies = [
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]