config/routes.rb in postman_mta-0.1.1 vs config/routes.rb in postman_mta-0.1.2
- old
+ new
@@ -12,7 +12,13 @@
resources :labels, only: [:create, :destroy]
resources :tags, only: [:create, :destroy]
end
+ namespace :stats do
+ resources :messages, only: [] do
+ match :unread, on: :collection, via: :get
+ end
+ end
+
resources :routes, only: :index
end