Skip to content

Commit be5d10e

Browse files
author
Raffael Herrmann
committed
Move db.json to public/data/ and update fetch path
1 parent 596ad0c commit be5d10e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ document.addEventListener('DOMContentLoaded', () => {
7676
};
7777

7878
// Load db.json
79-
fetch('db.json')
79+
fetch('data/db.json')
8080
.then(response => response.json())
8181
.then(data => {
8282
dbData = data;

0 commit comments

Comments
 (0)