Skip to content

Commit

Permalink
Remove unused route from Spree.routes
Browse files Browse the repository at this point in the history
  • Loading branch information
luisramos0 committed Jan 22, 2020
1 parent 0980ada commit ee224cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/spree/admin/shared/_routes.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Spree.routes = <%== {
:variants_search => spree.admin_search_variants_path(:format => 'json'),
:taxons_search => main_app.api_taxons_path(:format => 'json'),
:user_search => spree.admin_search_users_path(:format => 'json'),
:orders_api => main_app.api_orders_path
}.to_json %>;
</script>

0 comments on commit ee224cd

Please sign in to comment.