Files
openfoodnetwork/app/assets/javascripts/shared/shared.js.coffee
Jean-Baptiste Bellet 429cf4a5cb Create a new angularjs module: OFNShared
- This module could be shared between Darkswarm and admin
 - add this new module to test environment
2021-03-18 09:48:17 +01:00

5 lines
174 B
CoffeeScript

window.OFNShared = angular.module("OFNShared", [
]).config ($httpProvider) ->
$httpProvider.defaults.headers.common["Accept"] = "application/json, text/javascript, */*"