summaryrefslogtreecommitdiff
path: root/src/auth.rs
diff options
context:
space:
mode:
authorniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2025-01-27 08:01:41 +0100
committerniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2025-01-27 08:02:56 +0100
commit9dd126957d74ec064ff1844e3f4403e068117e11 (patch)
tree4dc5abd6eb32f18926f17802ea7a779596b16a43 /src/auth.rs
parentc622eab39ac7dd9f794b5d60eb937e29c9b3bd6e (diff)
last minute changes
Diffstat (limited to 'src/auth.rs')
-rw-r--r--src/auth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth.rs b/src/auth.rs
index 857ef6b..0635910 100644
--- a/src/auth.rs
+++ b/src/auth.rs
@@ -10,7 +10,7 @@ use utoipa::ToSchema;
/* Set up scope */
pub fn auth_scope() -> Scope {
web::scope("/auth")
- .service(register)
+ //.service(register)
.service(login)
.service(delete_user)
}