Skip to content

Commit

Permalink
Update VideosList.jsx
Browse files Browse the repository at this point in the history
Signed-off-by: Haroun Alarabi <109032469+HarounAlarabi@users.noreply.github.com>
  • Loading branch information
HarounAlarabi authored Feb 7, 2024
1 parent 48e3a88 commit c7b1afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/VideosList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function VideosList() {
const [ loading, setLoading ] = useState(true);
const [ searchResult, setSearchResult ] = useState([]);

const fetchVideosUrl = 'http://13.53.198.163:5050';
const fetchVideosUrl = 'http://16.171.21.156:5050';

useEffect(() => {
fetchVideos();
Expand Down Expand Up @@ -120,4 +120,4 @@ function VideosList() {
);
}

export default VideosList;
export default VideosList;

0 comments on commit c7b1afc

Please sign in to comment.