feat: add a common upload endpoint (#7806)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
@@ -226,6 +226,8 @@ Rails.application.routes.draw do
|
||||
# end of account scoped api routes
|
||||
# ----------------------------------
|
||||
|
||||
resources :upload, only: [:create]
|
||||
|
||||
namespace :integrations do
|
||||
resources :webhooks, only: [:create]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user