recent_viewed.rb 173 B

12345
  1. Zammad::Application.routes.draw do
  2. api_path = Rails.configuration.api_path
  3. match api_path + '/recent_viewed', :to => 'recent_viewed#recent_viewed', :via => :get
  4. end