elevation-service icon indicating copy to clipboard operation
elevation-service copied to clipboard

micro PORT as environment variable + CORS

Open asmyasnikov opened this issue 4 years ago • 0 comments

I'm use elevation-service inside a docker container I need a define a PORT of micro server - I add this feature (see package.json, default 3000) Requests with cross-origin are broken - I add CORS to handler (see index.js)

asmyasnikov avatar May 24 '20 10:05 asmyasnikov