MoritzHayden / drg-api

DRG API is a free API which returns Deep Rock Galactic information and resources.
https://drgapi.com
MIT License
18 stars 3 forks source link

set cors settings to allow all origins #5

Closed Syvex closed 1 year ago

Syvex commented 1 year ago

this may requires to install another package regarding the import

Summary

I've tried creating a little frontend app through StackBlitz but was unable to fetch data from the api without a CORS proxy service. I generally like to avoid using CORS proxies and this change should help.

Type of Change

Please select all that apply: