summaryrefslogtreecommitdiff
path: root/src/auth.rs
diff options
context:
space:
mode:
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)
}