Skip to content

Commit c82ddf2

Browse files
fix(config): fix policy-enforcement-consumer config (#401)
fix(config): correct line ending for web.http.protocol.path in config.properties
1 parent e7c3205 commit c82ddf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

policy/policy-01-policy-enforcement/policy-enforcement-consumer/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ web.http.path=/api
33
web.http.management.port=29193
44
web.http.management.path=/management
55
web.http.protocol.port=29194
6-
web.http.protocol.path=/protocol\
6+
web.http.protocol.path=/protocol
77
web.http.version.port=29195
88
web.http.version.path=/version
99

0 commit comments

Comments
 (0)