diff --git a/facia/conf/routes b/facia/conf/routes index 4096a6b2ec0..85ea530b9ef 100644 --- a/facia/conf/routes +++ b/facia/conf/routes @@ -16,7 +16,7 @@ GET /humans.txt GET /.well-known/security.txt controllers.Assets.at(path="/public", file="security.txt") GET /.well-known/security.txt.asc controllers.Assets.at(path="/public", file="security.txt.asc") -GET /.well-known/apple-developer-merchantid-domain-association.txt controllers.Assets.at(path="/public", file="apple-developer-merchantid-domain-association.txt") +GET /.well-known/apple-developer-merchantid-domain-association controllers.Assets.at(path="/public", file="apple-developer-merchantid-domain-association.txt") GET /.well-known/amphtml/apikey.pub controllers.FaciaController.ampRsaPublicKey()