Remove the now useless stats API

This commit is contained in:
gregoirenovel 2018-08-29 14:41:17 +02:00
parent 85105ea156
commit 0ac160c824
3 changed files with 0 additions and 33 deletions

View file

@ -261,10 +261,6 @@ Rails.application.routes.draw do
resources :dossiers, only: [:index, :show]
end
end
namespace :statistiques do
get 'dossiers' => '/api/statistiques#dossiers_stats'
end
end
#