From 765654ffe1676dfb81596c53099af30532cada1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Su=C3=A1rez?= <82285542+kiddopro@users.noreply.github.com> Date: Sat, 8 Oct 2022 00:32:03 -0300 Subject: [PATCH 1/2] Update learn.json --- learn.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/learn.json b/learn.json index 8f45af4..ace887d 100644 --- a/learn.json +++ b/learn.json @@ -3,6 +3,8 @@ "slug": "python-flask-api-tutorial", "description": "Create a Todo list API Interactively using Python language and the Flask Framework", "repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises", + "video-solutions": false, + "bugs-link": "https://github.com/learnpack/learnpack/issues/new", "editor": { "version": "1.0.73" From 12f65e091308c19e1e0ade87f1b30373a88f78b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Su=C3=A1rez?= <82285542+kiddopro@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:58:36 -0300 Subject: [PATCH 2/2] camelCase --- learn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/learn.json b/learn.json index ace887d..f05c368 100644 --- a/learn.json +++ b/learn.json @@ -3,8 +3,8 @@ "slug": "python-flask-api-tutorial", "description": "Create a Todo list API Interactively using Python language and the Flask Framework", "repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises", - "video-solutions": false, - "bugs-link": "https://github.com/learnpack/learnpack/issues/new", + "videoSolutions": false, + "bugsLink": "https://github.com/learnpack/learnpack/issues/new", "editor": { "version": "1.0.73"