Skip to content

Commit a4f8cf2

Browse files
committed
[DOP-25348] Fix release workflow
1 parent a069d0e commit a4f8cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ export DATA_RENTGEN__AUTH__ACCESS_TOKEN__SECRET_KEY="secret"
3838
export DATA_RENTGEN__SERVER__CORS__ENABLED=True
3939
export DATA_RENTGEN__SERVER__CORS__ALLOW_ORIGINS="[\"http://localhost:3000\"]"
4040
export DATA_RENTGEN__SERVER__CORS__ALLOW_CREDENTIALS=True
41-
export DATA_RENTGEN__SERVER__CORS__ALLOW_METHODS="[\"*"\]"
41+
export DATA_RENTGEN__SERVER__CORS__ALLOW_METHODS="[\"*\"]"
4242
export DATA_RENTGEN__SERVER__CORS__ALLOW_HEADERS="[\"*\"]"
4343
export DATA_RENTGEN__SERVER__CORS__EXPOSE_HEADERS="[\"X-Request-ID\",\"Location\",\"Access-Control-Allow-Credentials\"]"

0 commit comments

Comments
 (0)