Skip to content

Commit e9056c8

Browse files
Merge pull request #206 from IABTechLab/bmz-UID2-4612-operator-remote-config-endpoint
Fix /operator/config endpoint invalid file path
2 parents af89d66 + 44c82c0 commit e9056c8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/main/java/com/uid2/core/Const.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ public class Config extends com.uid2.shared.Const.Config {
1818
public static final String KmsEndpointProp = "kms_aws_endpoint";
1919
}
2020

21-
public static final String OPERATOR_CONFIG_PATH = "conf/operator-config.json";
21+
public static final String OPERATOR_CONFIG_PATH = "conf/operator/operator-config.json";
2222
}

0 commit comments

Comments
 (0)