trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

Non-admin /access requests return an html page #23

Closed bglamadrid closed 3 years ago

bglamadrid commented 3 years ago

They should return a JSON object with customer roles, or at least an empty object.

bglamadrid commented 3 years ago

It would appear this issue wasn't caused by this backend layer, but by the frontend layer.