Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorisi authored Oct 29, 2024
1 parent 081af07 commit 6d0e27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Fetch the JSON data and populate the table
fetch('data.json')
fetch('motors_complete.json')
.then(response => {
if (!response.ok) {
throw new Error('Network response was not ok ' + response.statusText);
Expand Down

0 comments on commit 6d0e27d

Please sign in to comment.