decentraland / builder-server

Builder app backend
20 stars 17 forks source link

feat: Allow receiving an array of sites as CORS ORIGIN #740

Closed LautaroPetaccio closed 6 months ago

LautaroPetaccio commented 6 months ago

This PR allows receiving as query parameter, an array of sites to be used as the CORS_ORIGIN environment variable.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8677062401

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/server.ts 3 7 42.86%
<!-- Total: 5 9 55.56% -->
Files with Coverage Reduction New Missed Lines %
src/Item/Item.service.ts 17 89.52%
src/Item/Item.model.ts 22 12.5%
<!-- Total: 39 -->
Totals Coverage Status
Change from base Build 8567389305: -0.2%
Covered Lines: 2938
Relevant Lines: 4034

💛 - Coveralls