Closed ekajaya740 closed 9 months ago
When testing API for development in {{api-url}}/user it falls with CORS issue like image below.
{{api-url}}/user
Need to resolve this problem by enabling CORS only for development (and production if it have such issue).
Resolved this but using Access-Control-Allow-Origins: *
Access-Control-Allow-Origins: *
When testing API for development in
{{api-url}}/user
it falls with CORS issue like image below.Need to resolve this problem by enabling CORS only for development (and production if it have such issue).