Skip to content

Commit

Permalink
fix steps
Browse files Browse the repository at this point in the history
  • Loading branch information
shem8 committed Jul 11, 2024
1 parent 0f89da0 commit 968a873
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion steps/01_run_python_server.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: run_python_server
id: 01_run_python_server
learningObjectives:
- Ensure the existing Python server is working correctly.
hints:
Expand Down
2 changes: 1 addition & 1 deletion steps/02_create_node_server_prompt.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: create_node_server_prompt
id: 02_create_node_server_prompt
learningObjectives:
- Create a basic Node.js server using GitHub Copilot.
hints:
Expand Down
2 changes: 1 addition & 1 deletion steps/03_run_both_servers.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: run_both_servers
id: 03_run_both_servers
learningObjectives:
- Ensure both the Python and Node.js servers run together using Docker.
hints:
Expand Down
2 changes: 1 addition & 1 deletion steps/04_migrate_add_task.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: migrate_add_task
id: 04_migrate_add_task
learningObjectives:
- Migrate the '/add_task' route to the Node.js server.
hints:
Expand Down
2 changes: 1 addition & 1 deletion steps/05_migrate_get_tasks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: migrate_get_tasks
id: 05_migrate_get_tasks
learningObjectives:
- Migrate the '/get_tasks' route to the Node.js server.
hints:
Expand Down
2 changes: 1 addition & 1 deletion steps/06_update_readme.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: update_readme
id: 06_update_readme
learningObjectives:
- Update the README file to include new Node.js server details.
hints:
Expand Down

0 comments on commit 968a873

Please sign in to comment.