Skip to content

Commit

Permalink
feat/fetch-a-role-in-an-organisation-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkybug committed Aug 16, 2024
1 parent c7a872e commit 970cb9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/Api/V1/RoleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ public function show($org_id, $role_id)

return response()->json([
'status_code' => Response::HTTP_OK,
'message' => "Roles fetched successfully",
'data' => [
'id' => $role->id,
'name' => $role->name,
Expand Down

0 comments on commit 970cb9e

Please sign in to comment.