Skip to content

Commit 41de9a5

Browse files
committed
fix header err
1 parent b7e4e04 commit 41de9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microservices/gatewayApi/patterns/sdx/application_r1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
paths:
4242
- ${route_path}
4343
headers:
44-
- X-Client-Id:${consumer_uri}
44+
"X-Client-Id": [ ${consumer_uri} ]
4545
methods:
4646
- GET
4747
- POST

0 commit comments

Comments
 (0)