Skip to content

Commit 0e9fbf3

Browse files
committed
implementing cache-control headers
1 parent df3bbd1 commit 0e9fbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/adoption/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def dispatcher(request):
2626

2727
response = list_data(result.result)
2828

29-
return output(response, headers)
29+
return output(response, headers)

0 commit comments

Comments
 (0)