Skip to content

Commit

Permalink
Update DgcConfigProperties.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mschulte-tsi authored Jul 27, 2021
1 parent b278bd0 commit ab84c88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* limitations under the License.
* ---license-end
*/

package eu.europa.ec.dgc.businessrule.config;

import lombok.Getter;
Expand All @@ -35,7 +34,7 @@ public class DgcConfigProperties {

private final GatewayDownload countryListDownload = new GatewayDownload();

private String corsUrl;
private String allowedCorsUrls;

@Getter
@Setter
Expand All @@ -46,3 +45,4 @@ public static class GatewayDownload {


}

0 comments on commit ab84c88

Please sign in to comment.