Skip to content

Commit

Permalink
Merge pull request #78 from langchain-ai/nfcampos-patch-1
Browse files Browse the repository at this point in the history
Update config-map.yaml
  • Loading branch information
nfcampos authored Mar 9, 2024
2 parents 5a5a6ef + 3d4627c commit af9a611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/langsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainers:
email: [email protected]
description: Helm chart to deploy the langsmith application and all services it depends on.
type: application
version: 0.3.7
version: 0.3.8
appVersion: "0.1.19"
2 changes: 1 addition & 1 deletion charts/langsmith/templates/backend/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data:
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "$header_origin",
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD",
"Access-Control-Allow-Headers": "authorization,x-tenant-id",
"Access-Control-Allow-Headers": "$header_access_control_request_headers",
"Access-Control-Max-Age": "86400"
}
}
Expand Down

0 comments on commit af9a611

Please sign in to comment.