Skip to content

Commit e68fd39

Browse files
committed
fixinf space
1 parent 0e9fbf3 commit e68fd39

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

functions/adoption/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def dispatcher(request):
1313
headers = {
1414
"Access-Control-Allow-Origin": "*",
1515
"cache-control": "public, max-age=21600"
16-
}
16+
}
1717

1818
args = request.args.to_dict()
1919

functions/categories/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def dispatcher(request):
2424
headers = {
2525
"Access-Control-Allow-Origin": "*",
2626
"cache-control": "public, max-age=21600"
27-
}
27+
}
2828

2929
args = request.args.to_dict()
3030

functions/cwvtech/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def dispatcher(request):
2525
headers = {
2626
"Access-Control-Allow-Origin": "*",
2727
"cache-control": "public, max-age=21600"
28-
}
28+
}
2929

3030
args = request.args.to_dict()
3131

functions/geos/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def dispatcher(request):
2626
headers = {
2727
"Access-Control-Allow-Origin": "*",
2828
"cache-control": "public, max-age=21600"
29-
}
29+
}
3030

3131
response = Result(result=COUNTRIES)
3232

functions/lighthouse/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def dispatcher(request):
2525
headers = {
2626
"Access-Control-Allow-Origin": "*",
2727
"cache-control": "public, max-age=21600"
28-
}
28+
}
2929

3030
args = request.args.to_dict()
3131

functions/page-weight/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def dispatcher(request):
2525
headers = {
2626
"Access-Control-Allow-Origin": "*",
2727
"cache-control": "public, max-age=21600"
28-
}
28+
}
2929

3030
args = request.args.to_dict()
3131

functions/ranks/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def dispatcher(request):
2626
headers = {
2727
"Access-Control-Allow-Origin": "*",
2828
"cache-control": "public, max-age=21600"
29-
}
29+
}
3030

3131
response = Result(result=RANKS)
3232

functions/technologies/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def dispatcher(request):
2424
# Set CORS headers for the main request
2525
headers = {
2626
"Access-Control-Allow-Origin": "*",
27-
"cache-control": "public, max-age=31536000"
27+
"cache-control": "public, max-age=21600"
2828
}
2929
args = request.args.to_dict()
3030

0 commit comments

Comments
 (0)