add commented api endpoint
This commit is contained in:
parent
f041d04a40
commit
2d1424aeb2
|
@ -12,6 +12,7 @@
|
||||||
const age = calculate_age(birthdate);
|
const age = calculate_age(birthdate);
|
||||||
data.append("age", age);
|
data.append("age", age);
|
||||||
|
|
||||||
|
/* let base = "https://api.tfcconnection.org/mt-form"; */
|
||||||
let base = "http://localhost:4242/mt-form";
|
let base = "http://localhost:4242/mt-form";
|
||||||
|
|
||||||
fetch(base, {
|
fetch(base, {
|
||||||
|
|
Loading…
Reference in a new issue