From 1804c347dd41ce90c35e49ddaccbe2baf5fa6cfc Mon Sep 17 00:00:00 2001 From: Ivan Olmo <48425752+ivanolmo@users.noreply.github.com> Date: Thu, 16 Jan 2020 17:14:10 -0600 Subject: [PATCH] Change second endpoint to show correct response Changed second endpoint from '/greeting' to '/greeting/es' to show correct language response. --- FlaskRecap/udacity-fsnd-flaskrecap.postman_collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlaskRecap/udacity-fsnd-flaskrecap.postman_collection.json b/FlaskRecap/udacity-fsnd-flaskrecap.postman_collection.json index b4531ce7e09..ba432e320ea 100644 --- a/FlaskRecap/udacity-fsnd-flaskrecap.postman_collection.json +++ b/FlaskRecap/udacity-fsnd-flaskrecap.postman_collection.json @@ -33,7 +33,7 @@ "method": "GET", "header": [], "url": { - "raw": "http://127.0.0.1:5000/greeting", + "raw": "http://127.0.0.1:5000/greeting/es", "protocol": "http", "host": [ "127", @@ -83,4 +83,4 @@ "response": [] } ] -} \ No newline at end of file +}