diff --git a/imphnen-iam/src/users/infrastructure/http/handlers/get_handlers.rs b/imphnen-iam/src/users/infrastructure/http/handlers/get_handlers.rs index 6ab3479..06e7692 100644 --- a/imphnen-iam/src/users/infrastructure/http/handlers/get_handlers.rs +++ b/imphnen-iam/src/users/infrastructure/http/handlers/get_handlers.rs @@ -14,7 +14,7 @@ use uuid::Uuid; #[utoipa::path( get, - path = "/v1/users", + path = "/v1/iam/users", security(("Bearer" = [])), params( ("page" = Option, Query, description = "Page number"),