Configure CORS for Workshop domain #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The API currently uses
cors()with no origin restrictions. For production,restrict to the Workshop domain(s).
Requirements
alexanderwhitestone.comand dev originsCORS_ORIGINSfor configuration (comma-separated)Acceptance Criteria
References