Working on session validation

This commit is contained in:
2025-04-11 09:53:05 -04:00
parent 56ac66e9b1
commit 98887d7fef
24 changed files with 724 additions and 132 deletions

View File

@@ -152,7 +152,7 @@
// }
// }
pub fn init_routes(config: &mut actix_web::web::ServiceConfig) {
pub fn init_routes(_config: &mut actix_web::web::ServiceConfig) {
// config.service(
// web::scope("users")
// .service(get_favorites)