Skip to content

Commit

Permalink
refer to videos endpoint earlier in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dedekind561 committed Feb 21, 2024
1 parent c72097d commit 8d53e7d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions 200.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ Below are separate headings for each endpoint. Each of them are separated into t
For a recap on about HTTP Request Methods you can read here
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods

For example, for the first endpoint
For example, the first endpoint is:

- `GET` is the request method
- "/" is the route

On Line 8 of `server.js` you can find an example of the first endpoint that you will need to make.
- "/videos" is the route

## Project

Expand Down

0 comments on commit 8d53e7d

Please sign in to comment.