Skip to content

Commit

Permalink
MVP of content negotiation working #1 dwyl/app#273
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 16, 2020
1 parent b697ba1 commit a6fb74b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1050,8 +1050,23 @@ end

Now re-run the tests and they will pass:

```
mix test
```

Expect to see:

```
Compiling 3 files (.ex)
....
Finished in 0.07 seconds
4 tests, 0 failures
Randomized with seed 485
```

At this point we have functioning content negotiation in our little app.

<br /> <br />

Expand Down

0 comments on commit a6fb74b

Please sign in to comment.