DTL : optimization appointment request working
This commit is contained in:
parent
11657a5589
commit
54af78e32c
8 changed files with 132 additions and 25 deletions
|
|
@ -30,7 +30,8 @@ async function handleSubmit() {
|
|||
isDTLEnabled: isDTLEnabled.value,
|
||||
};
|
||||
|
||||
const response = await api.requestProjectCreation(formData);
|
||||
const response = await api.post(formData, "request-project-creation.json");
|
||||
console.log(response);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue