Changed api path
This commit is contained in:
parent
f8ff336ec3
commit
fb391a5808
@ -1,3 +1,3 @@
|
||||
VITE_FETCH_URL=https://api.martials.no/
|
||||
VITE_FETCH_PATH=simplify-truths/do/simplify/table/
|
||||
VITE_FETCH_PATH=simplify-truths/simplify/table/
|
||||
VITE_FETCH_FULL=$VITE_FETCH_URL$VITE_FETCH_PATH
|
@ -29,7 +29,7 @@ type Option = { name: string, value: "NONE" | "TRUE" | "FALSE" | "DEFAULT" | "TR
|
||||
|
||||
const fetchUrls = [
|
||||
"http://localhost:8080/simplify/table/",
|
||||
"https://api.martials.no/simplify-truths/do/simplify/table/"
|
||||
"https://api.martials.no/simplify-truths/simplify/table/"
|
||||
];
|
||||
|
||||
// TODO move some code to new components
|
||||
|
Loading…
x
Reference in New Issue
Block a user