Skip to content

Commit 351bcbf

Browse files
authored
[Minor fix] : Typo fixed in roles_controller + server_recordings_controller (#6020)
* Update roles_controller.rb Typo fixed * Update server_recordings_controller.rb typo fixed.
1 parent 692272c commit 351bcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/api/v1/admin/roles_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class RolesController < ApiController
2828
ensure_authorized('ManageRoles')
2929
end
3030

31-
# POST /api/v1/admin/roles.json
31+
# GET /api/v1/admin/roles.json
3232
# Fetches and returns the list of roles
3333
def index
3434
sort_config = config_sorting(allowed_columns: %w[name])

0 commit comments

Comments
 (0)