We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c163ca + 016bda5 commit cd1d1a6Copy full SHA for cd1d1a6
1 file changed
web-pdf/src/main/java/com/utmstack/webtopdf/config/enums/AccessType.java
@@ -4,7 +4,7 @@
4
5
public enum AccessType {
6
UTM_TOKEN("Utm_Token", "?token=", "&url="),
7
- UTM_INTERNAL_KEY("Utm_Internal_Key", "?key=", "");
+ UTM_INTERNAL_KEY("Utm_Internal_Key", "?key=", "&url=");
8
9
@Getter
10
private final String type;
0 commit comments