We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5a4bb commit a424851Copy full SHA for a424851
1 file changed
functions/http/main.py
@@ -93,9 +93,8 @@ def parse_multipart(request):
93
94
# [START functions_http_cors]
95
def cors_enabled_function(request):
96
- # For more information about CORS and CORS preflight requests, see
+ # For more information about CORS and CORS preflight requests, see:
97
# https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
98
- # for more information.
99
100
# Set CORS headers for the preflight request
101
if request.method == 'OPTIONS':
0 commit comments