From 8d53e7d06fbef1280e0065ef28f287807535ea1d Mon Sep 17 00:00:00 2001 From: Dedekind561 Date: Wed, 21 Feb 2024 12:42:48 -0500 Subject: [PATCH] refer to videos endpoint earlier in readme --- 200.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/200.md b/200.md index 9bdf7e3337..914f7e5699 100644 --- a/200.md +++ b/200.md @@ -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