Files
openfoodnetwork/app/controllers/api/enterprises_controller.rb
Matt-Yorkley 5c5a6361bf Fix nasty json encoding issue
The enterprise id returned by these json endpoints was being returned in *unicode* format, so where Angular was expecting a simple integer it was instead getting strings like: "\u0017"
2020-11-27 13:59:46 +00:00

2.4 KiB