Skip to content

Commit

Permalink
fix: day03 images filepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
Molaryy committed Feb 7, 2024
1 parent afc44d1 commit 61d8584
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
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

0 comments on commit 61d8584

Please sign in to comment.