fix: update remaining /v1/users path to /v1/iam/users in swagger

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
maulanasdqn
2026-04-03 00:46:56 +07:00
co-authored by Claude Sonnet 4.6
parent 76201d8d3e
commit 8144ab40e9
@@ -14,7 +14,7 @@ use uuid::Uuid;
#[utoipa::path(
get,
path = "/v1/users",
path = "/v1/iam/users",
security(("Bearer" = [])),
params(
("page" = Option<i64>, Query, description = "Page number"),