summaryrefslogtreecommitdiff
path: root/config/routes.rb
blob: 36ac61dd3c7c40f0a6b03d00b06ccd3c3c54498d (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

Spree::Core::Engine.routes.draw do
  namespace :admin do
    resource :taxjar_settings, only: [:show]
  end
end