Commit b574ae8629d673deae476e8652ff2f18d38195df

Authored by Stephen Crosby
2 parents b177f0e5 343a1a35
Exists in master and in 1 other branch production

Merge pull request #954 from chrhsmt/master

Add airbrake json api url routing
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/routes.rb
... ... @@ -61,6 +61,7 @@ Rails.application.routes.draw do
61 61 end
62 62  
63 63 match '/api/v3/projects/:project_id/create-notice' => 'api/v3/notices#create', via: [:post]
  64 + match '/api/v3/projects/:project_id/notices' => 'api/v3/notices#create', via: [:post]
64 65  
65 66 root :to => 'apps#index'
66 67 end
... ...