reformattings and name change

This commit is contained in:
2020-06-01 21:36:55 +02:00
parent 3cc5c41a9b
commit a5edb141b2
9 changed files with 12 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ class HomePage extends React.Component {
updateRequest.append('action', 'getMovies');
// fetch all videos available
fetch('/php/videoload.php', {method: 'POST', body: updateRequest})
fetch('/api/videoload.php', {method: 'POST', body: updateRequest})
.then((response) => response.json()
.then((result) => {
this.data = result;