Commit 036828a 1 parent 6ff3353 commit 036828a Copy full SHA for 036828a
File tree 1 file changed +2
-0
lines changed
donation-api/src/donation_api
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ async def _():
27
27
if conf .merchantid_domain_association :
28
28
29
29
@app .get ("/.well-known/apple-developer-merchantid-domain-association" )
30
+ @app .head ("/.well-known/apple-developer-merchantid-domain-association" )
30
31
async def _ ():
31
32
"""Used to validate domain ownership with apple/stripe"""
32
33
return PlainTextResponse (
@@ -36,6 +37,7 @@ async def _():
36
37
if conf .merchantid_domain_association_txt :
37
38
38
39
@app .get ("/.well-known/apple-developer-merchantid-domain-association.txt" )
40
+ @app .head ("/.well-known/apple-developer-merchantid-domain-association.txt" )
39
41
async def _ ():
40
42
"""Used to validate domain ownership with apple"""
41
43
return PlainTextResponse (
You can’t perform that action at this time.
0 commit comments