StruckCroissant / Game-DB

Game-DB is a game database search engine deployed on Docker and powered by Java Spring Boot and AngularJS
GNU General Public License v3.0
2 stars 0 forks source link

Replace cross origin annotations with proxy #53

Closed StruckCroissant closed 1 year ago

StruckCroissant commented 1 year ago

Cetain controllers have @CrossOrigin defined. Replace these with a proxy implementation.

StruckCroissant commented 1 year ago

Not needed. Seems like the cross-origins annotation works and we do not need a proxy at this time