Skip to content

Commit

Permalink
Fix photos
Browse files Browse the repository at this point in the history
  • Loading branch information
plasticneuron authored Dec 10, 2019
1 parent c035156 commit a48ab99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions week7/stateless-vs-stateful.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const token = jwt.sign(userInfo, secret, (err, res) => {

## Flow diagram - Stateless

![Flow diagram - Stateless](https://miro.medium.com/max/1530/1*PDry-Wb8JRquwnikIbJOJQ.png =500x300)
![Flow diagram - Stateless](https://miro.medium.com/max/1530/1*PDry-Wb8JRquwnikIbJOJQ.png)

---

Expand Down Expand Up @@ -105,7 +105,7 @@ Well done, you've initiated a new session!
## Flow diagram - Stateful
![Flow diagram - Stateful](https://miro.medium.com/max/1530/1*Hg1gUTXN5E3Nrku0jWCRow.png =500x300)
![Flow diagram - Stateful](https://miro.medium.com/max/1530/1*Hg1gUTXN5E3Nrku0jWCRow.png)
---
Expand Down

0 comments on commit a48ab99

Please sign in to comment.