transform id(thing) to id(string) on get role, permission, users

This commit is contained in:
Bakunya
2025-05-04 16:37:11 +07:00
parent 96fb8eb7d3
commit bdcd41f54d
5 changed files with 81 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ pub async fn gateway_service(
};
let public_routes = iam_public_routes();
let protected_routes = iam_protected_routes().layer(from_fn(auth_middleware));
let protected_routes = iam_protected_routes();//.layer(from_fn(auth_middleware));
Router::new()
.route("/", get(Redirect::to("/docs")))