Skip to content

Commit

Permalink
🐛 Forgot to change url and filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guest-Liang committed Oct 31, 2024
1 parent 61a95b0 commit 6ac3e3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pjallcate_frontend/src/components/api/apiService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const loadAllData = async (): Promise<AllocationRecord[]> => {
'/BBC6521ProjectAllocation/data_657847_853974_flat.json',
'/BBC6521ProjectAllocation/data_853975_1050102_flat.json',
'/BBC6521ProjectAllocation/data_1050103_1246230_flat.json',
'/BBC6521ProjectAllocation/',
'/BBC6521ProjectAllocation/data_1246231_1442358_flat.json'
]
const dataPromises = filePaths.map(async (path) => {
const response = await fetch(path)
Expand Down

0 comments on commit 6ac3e3e

Please sign in to comment.