Skip to content

Commit 58b8d1f

Browse files
committed
route2
1 parent c4f4da6 commit 58b8d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labapp/app/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def route2():
287287
s.headers["X-MCN-lab"] = "aws"
288288
aws_data = cloudapp_fetch(s, aws_url, 7, 'env', 'AWS')
289289
s.headers["X-MCN-lab"] = "azure"
290-
azure_data = cloudapp_fetch(s, azure_url, 7, 'env', 'Azure', headers={"X-MCN-lab": "azure"})
290+
azure_data = cloudapp_fetch(s, azure_url, 7, 'env', 'Azure')
291291
data = {
292292
"aws": aws_data,
293293
"azure": azure_data

0 commit comments

Comments
 (0)