From 1f0f9891dd3932979764fc9b376d67885085062f Mon Sep 17 00:00:00 2001 From: jefferson-rios-globant <75449894+jefferson-rios-globant@users.noreply.github.com> Date: Mon, 9 Aug 2021 17:56:37 -0500 Subject: [PATCH] Update template.yaml --- template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index 39fc89d..86a577e 100644 --- a/template.yaml +++ b/template.yaml @@ -18,7 +18,7 @@ Resources: microappdemo: Type: Api # More info about API Event Source: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#api Properties: - Path: /getmyIp + Path: /getmyIp2 Method: get Metadata: DockerTag: dotnetcore3.1