Skip to content

Commit

Permalink
Update AddingVideo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OlhaDanylevska committed Feb 24, 2024
1 parent 1950dca commit 51c6a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/AddingVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const AddingVideo = ({ setAllMyVideos }) => {

try {
const res = await fetch(
"http://ec2-13-43-94-172.eu-west-2.compute.amazonaws.com/videos",
"http://ec2-13-41-184-74.eu-west-2.compute.amazonaws.com/videos",
{
method: "POST",
headers: { "Content-Type": "application/json" },
Expand All @@ -35,7 +35,7 @@ const AddingVideo = ({ setAllMyVideos }) => {
}

const response = await fetch(
"http://ec2-13-43-94-172.eu-west-2.compute.amazonaws.com/videos"
"http://ec2-13-41-184-74.eu-west-2.compute.amazonaws.com/videos"
);

if (!response.ok) {
Expand Down

0 comments on commit 51c6a24

Please sign in to comment.