Commit 343a1a356ef0edc9b00e888177e60447302d221f

Authored by chihiro hashimoto
1 parent b177f0e5
Exists in master and in 1 other branch production

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