Skip to content

Commit

Permalink
Merge pull request #514 from robot-ranger/506-add-cors
Browse files Browse the repository at this point in the history
  • Loading branch information
wsobel authored Jan 16, 2025
2 parents be0d0c3 + 5f8187f commit d3523d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demo/compose/agent/agent.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ MinCompressFileSize = 10k
DataPath = /mtconnect/data
ConfigPath = /mtconnect/config

HttpHeaders {
Access-Control-Allow-Origin = *
Access-Control-Allow-Methods = GET
Access-Control-Allow-Headers = Accept
}

Files {
schemas {
Path = schemas
Expand Down

0 comments on commit d3523d6

Please sign in to comment.