From 5ce2b0d0f5c2a9f5c030d33a1c69bd53757fbe9f Mon Sep 17 00:00:00 2001 From: ElrohirGT Date: Sat, 3 Aug 2024 17:31:49 -0600 Subject: [PATCH] fix: invalid template value --- sanitas_backend/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanitas_backend/template.yaml b/sanitas_backend/template.yaml index bb022b13..54dff3b7 100644 --- a/sanitas_backend/template.yaml +++ b/sanitas_backend/template.yaml @@ -483,4 +483,4 @@ Outputs: Value: !Sub "https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/" SecureWebEndpoint: Description: Cognito secured API - value: !Ref SanitasAPI + Value: !Ref SanitasAPI