From cc876b32d0b439a088e70135e53345bca61c5a91 Mon Sep 17 00:00:00 2001 From: Shem Date: Wed, 7 Aug 2024 17:24:47 +0300 Subject: [PATCH] add missing objectives --- steps/01_run_python_server.yml | 1 + steps/03_run_both_servers.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/steps/01_run_python_server.yml b/steps/01_run_python_server.yml index 39c81a2..d1d0788 100644 --- a/steps/01_run_python_server.yml +++ b/steps/01_run_python_server.yml @@ -1,5 +1,6 @@ id: run_python_server learningObjectives: + - Run Python server hints: - Follow the instructions in the README to set up and run the server. - Test the API endpoints to verify the server's functionality. diff --git a/steps/03_run_both_servers.yml b/steps/03_run_both_servers.yml index 46b83c6..13d52a7 100644 --- a/steps/03_run_both_servers.yml +++ b/steps/03_run_both_servers.yml @@ -1,5 +1,6 @@ id: run_both_servers learningObjectives: + - Run both servers hints: - Update the docker-compose.yml to include the Node.js service. - Set the correct ports for the Node.js server.