Commit b574ae8629d673deae476e8652ff2f18d38195df
Exists in
master
and in
1 other branch
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,6 +61,7 @@ Rails.application.routes.draw do | ||
61 | end | 61 | end |
62 | 62 | ||
63 | match '/api/v3/projects/:project_id/create-notice' => 'api/v3/notices#create', via: [:post] | 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 | root :to => 'apps#index' | 66 | root :to => 'apps#index' |
66 | end | 67 | end |