mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
9 lines
365 B
Plaintext
9 lines
365 B
Plaintext
<script>
|
|
Spree.routes = <%== {
|
|
:variants_search => spree.admin_search_variants_path(:format => 'json'),
|
|
:taxons_search => spree.api_taxons_path(:format => 'json'),
|
|
:user_search => spree.admin_search_users_path(:format => 'json'),
|
|
:orders_api => spree.api_orders_path(:format => 'json')
|
|
}.to_json %>;
|
|
</script>
|