AtlasOfLivingAustralia / spatial-hub

New spatial portal front end using AngularJS
https://spatial.ala.org.au/
7 stars 16 forks source link

370 Fix CORS issue caused by SP logService #391

Closed qifeng-bai closed 3 years ago

qifeng-bai commented 3 years ago

Changes: 1, SP logService (JS) used to call Spatial Service API directly, it generated CORS issue. A new logController has been created, SP call this new logController and let the logControlller talk to SS
2, Few changes on error/log displays