Closed lumpidu closed 1 year ago
Add CorsController with a route for OPTIONS /
CorsController
OPTIONS /
To debug, use e.g. the following command to trigger CORS:
CORS
curl -X OPTIONS -H "Origin: sdifi-project.com"; -i http://localhost:3000/
Also added a CORS integration test.
This fixes #5
Add
CorsController
with a route forOPTIONS /
To debug, use e.g. the following command to trigger
CORS
:Also added a CORS integration test.
This fixes #5