From 343a1a356ef0edc9b00e888177e60447302d221f Mon Sep 17 00:00:00 2001 From: chihiro hashimoto Date: Thu, 1 Oct 2015 22:24:11 +0900 Subject: [PATCH] Add airbrake json api url routing --- config/routes.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 63c58b0..6a1455a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -61,6 +61,7 @@ Rails.application.routes.draw do end match '/api/v3/projects/:project_id/create-notice' => 'api/v3/notices#create', via: [:post] + match '/api/v3/projects/:project_id/notices' => 'api/v3/notices#create', via: [:post] root :to => 'apps#index' end -- libgit2 0.21.2