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