Skip to content

Commit 212cccf

Browse files
committed
[DOP-22457] Fix .env.local
1 parent b783ed1 commit 212cccf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.env.local

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ export DATA_RENTGEN__SERVER__CORS__ALLOW_ORIGINS=["http://localhost:3000"]
4040
export DATA_RENTGEN__SERVER__CORS__ALLOW_CREDENTIALS=True
4141
export DATA_RENTGEN__SERVER__CORS__ALLOW_METHODS=["*"]
4242
export DATA_RENTGEN__SERVER__CORS__ALLOW_HEADERS=["*"]
43-
export DATA_RENTGEN__SERVER__CORS__EXPOSE_HEADERS=["X-Request-ID", "Location", "Access-Control-Allow-Credentials"]
44-
43+
export DATA_RENTGEN__SERVER__CORS__EXPOSE_HEADERS=["X-Request-ID","Location","Access-Control-Allow-Credentials"]

0 commit comments

Comments
 (0)