From 8144ab40e94a2bf515dbb31d26526063fbe32101 Mon Sep 17 00:00:00 2001 From: maulanasdqn Date: Fri, 3 Apr 2026 00:46:56 +0700 Subject: [PATCH] fix: update remaining /v1/users path to /v1/iam/users in swagger Co-Authored-By: Claude Sonnet 4.6 --- .../src/users/infrastructure/http/handlers/get_handlers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),