DigitalState / Portal

The DigitalState Portal Spa
MIT License
5 stars 2 forks source link

Services List calls /services and Scenarios calls /scenarios twice? #60

Closed StephenOTT closed 7 years ago

StephenOTT commented 7 years ago

screen shot 2017-09-27 at 7 59 07 pm

Why does Services get called twice on the Get Services List page? /#/pages/services/list

StephenOTT commented 7 years ago

Same goes with Scenarios

baddlan commented 7 years ago

Those calls are made by Restangular to fetch headers first using OPTIONS and then perform a GET.