Skip to content

Commit b1c1a67

Browse files
committed
Update HttpHeadersEnum
1 parent 45d8fcb commit b1c1a67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Codebooks/HttpHeadersEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
enum HttpHeadersEnum: string
88
{
99
case ContentType = 'Content-Type';
10+
case AccessControlAllowOrigin = 'Access-Control-Allow-Origin';
1011
}

0 commit comments

Comments
 (0)