env and docker fixes

This commit is contained in:
2025-11-04 12:54:22 +01:00
parent 67302965d8
commit 359f7a4ad8
16 changed files with 156 additions and 34 deletions

View File

@@ -23,5 +23,11 @@ pub fn utils_routes() -> Router<AppState> {
.route("/create_refresh", post(create_refresh_token))
.route("/login_refresh_token", post(login_refresh_token))
.route("/logout_single_device", post(logout_from_single_device))
.route("/logout_all_devices", post(logout_from_all_devices))
//.with_state(state)
}