Skip to content

Commit

Permalink
fix: submission fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Dec 20, 2023
1 parent 3141140 commit 45f9f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/submissions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export async function loadSubmissions() {
const resp = await fetch('/station_list.json')
const resp = await fetch('./station_list.json')
const json = await resp.json() as Submissions

Object.entries(json).forEach(([key, value]) => {
Expand Down

0 comments on commit 45f9f8c

Please sign in to comment.