Skip to content

Commit 46b6151

Browse files
authored
make rbac/registration v1 (#2277)
1 parent 7e32f70 commit 46b6151

File tree

1 file changed

+1
-1
lines changed
  • catalyst-gateway/bin/src/service/api/cardano/rbac

1 file changed

+1
-1
lines changed

catalyst-gateway/bin/src/service/api/cardano/rbac/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub(crate) struct Api;
1515
#[OpenApi(tag = "ApiTags::Cardano")]
1616
impl Api {
1717
#[oai(
18-
path = "/draft/rbac/registration",
18+
path = "/v1/rbac/registration",
1919
method = "get",
2020
operation_id = "rbacRegistrations"
2121
)]

0 commit comments

Comments
 (0)