diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-20 09:50:46 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-20 09:50:46 -0600 |
| commit | 761d493d61bda7449f117cc333e45682bed14578 (patch) | |
| tree | c411ddd07919cae1fe0dad057bbe1ee9c49fe640 /bin/api | |
| parent | b9c16b58e777a9b7c5e9fb47fd72677609821434 (diff) | |
feat: add logout and links to /index.html
Diffstat (limited to 'bin/api')
| -rwxr-xr-x | bin/api | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ module HTTPHelpers permission: permission, resource: resource.to_gid.to_s, }, headers: { 'Authorization' => "Bearer #{authorization.params}"}) + puts [response&.data&.result, permission, resource.to_gid.to_s].inspect response.error.nil? && response.data.result end |
