Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: day03 images filepaths #18

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Software/day02/2 - ORM/Typescript/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
# Keep environment variables out of version control
.env
2 changes: 1 addition & 1 deletion Software/day02/3 - noSQL/resources/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"_id": 5,
"name": "Billie Eilish",
"genre": "alternative",
"nbfans": 6000000,
"nbfans": 7000000,
"musics": [
{
"_id": 6,
Expand Down
2 changes: 1 addition & 1 deletion Software/day03/Go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and standard. The most popular is [REST](https://en.wikipedia.org/wiki/Represent

Here's a simple schema of an API and a client:

![server client relation](../../.github/assets/software_api_client_server.png)
![server client relation](../../../.github/assets/software/day03/software_api_client_server.png)

This subject will give you all the knowledge required to create a secure REST API.

Expand Down
2 changes: 1 addition & 1 deletion Software/day03/Typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and standard. The most popular is [REST](https://en.wikipedia.org/wiki/Represent

Here's a simple schema of an API and a client:

![server client relation](../../.github/assets/software_api_client_server.png)
![server client relation](../../../.github/assets/software/day03/software_api_client_server.png)

This subject will give you all the knowledge required to create a secure REST API.

Expand Down
Loading