mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-19 00:27:25 +00:00
9 lines
368 B
Plaintext
9 lines
368 B
Plaintext
<script>
|
|
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 => spree.api_orders_path(:format => 'json')
|
|
}.to_json %>;
|
|
</script>
|