iachat/app/controllers/api/v1/accounts/integrations
Pranav 7dc0eba48a
fix: Remove duplicate / character on the proxy route (#10404)
The proxy method adds an extra slash even if the route param has the
character. It’s challenging to check the expected format on each route.
The simplest solution is to check if the route param begins with a
slash, and if not, append one.

NB: The existing tests are sufficient to cover this case. There’s no
need for an additional test to specifically test this.
2024-11-12 22:38:29 +04:00
..
apps_controller.rb feat: Integration with Captain (alpha) (#9834) 2024-07-25 14:24:04 -07:00
captain_controller.rb fix: Remove duplicate / character on the proxy route (#10404) 2024-11-12 22:38:29 +04:00
dyte_controller.rb feat: Add backend APIs for Dyte integration (#6197) 2023-01-09 12:37:18 +05:30
hooks_controller.rb fix: inconsistent OpenAI cache interface (#10009) 2024-08-22 23:04:14 +05:30
linear_controller.rb feat: Linear front end (#9491) 2024-05-23 11:58:24 +05:30
slack_controller.rb feat: Update the slack integration-flow to allow users to select the channel (#7637) 2023-07-28 14:50:30 -07:00