Skip to content

Commit 7fe78a8

Browse files
committed
adjust data path
1 parent 62deb9b commit 7fe78a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/training-materials-browser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function TrainingMaterialsBrowser() {
3333
useEffect(() => {
3434
const fetchData = async () => {
3535
try {
36-
const response = await fetch("/data/reproinventory_data.json")
36+
const response = await fetch("/ReproInventory/data/reproinventory_data.json")
3737
if (!response.ok) {
3838
throw new Error(`HTTP error! status: ${response.status}`)
3939
}

0 commit comments

Comments
 (0)