mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-02 21:57:17 +00:00
Fix Spree taxons route reference
This commit is contained in:
committed by
Rob Harrington
parent
d2b6a47ae4
commit
a80d75e7e2
@@ -1,7 +1,7 @@
|
||||
<script>
|
||||
Spree.routes = <%== {
|
||||
:variants_search => admin_search_variants_path(:format => 'json'),
|
||||
:taxon_search => spree.api_taxons_path(:format => 'json'),
|
||||
:taxons_search => spree.api_taxons_path(:format => 'json'),
|
||||
:user_search => spree.admin_search_users_path(:format => 'json'),
|
||||
:product_search => spree.api_products_path(:format => 'json'),
|
||||
:option_type_search => spree.api_option_types_path(:format => 'json'),
|
||||
|
||||
Reference in New Issue
Block a user