mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
- This module could be shared between Darkswarm and admin - add this new module to test environment
5 lines
174 B
CoffeeScript
5 lines
174 B
CoffeeScript
window.OFNShared = angular.module("OFNShared", [
|
|
|
|
]).config ($httpProvider) ->
|
|
$httpProvider.defaults.headers.common["Accept"] = "application/json, text/javascript, */*"
|