Skip to content

Commit

Permalink
v1.1.7 - fetch test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaubu committed Dec 1, 2023
1 parent 943efc2 commit 86fc8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Generator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ interface NamesDict {
}
async function getNames() {
const res = await fetch("/anglish_given_names.json");
const res = await fetch("/name-generator/anglish_given_names.json");
await res.json().then((data: NamesDict) => {
names.value = data;
console.log("Loaded names!");
Expand Down

0 comments on commit 86fc8c0

Please sign in to comment.