mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Actually the `config()` method of `admin_ofn` file did not run on `/admin/enterprises/*` pages for an unknown reason Now those two files have the same configuration
4 lines
230 B
CoffeeScript
4 lines
230 B
CoffeeScript
angular.module("admin.utils", ["templates", "ngSanitize"]).config ($httpProvider, $locationProvider) ->
|
|
$locationProvider.hashPrefix('')
|
|
$httpProvider.defaults.headers.common["Accept"] = "application/json, text/javascript, */*"
|