openfoodfoundation/openfoodnetwork

View on GitHub
app/assets/javascripts/admin/product_import/product_import.js.coffee

Summary

Maintainability
Test Coverage
angular.module("admin.productImport", ["ngResource"]).config ($httpProvider) ->
  $httpProvider.defaults.headers.common["Accept"] = "application/json, text/javascript, */*"