front_foundation #9
@ -30,7 +30,7 @@
|
|||||||
lieu: string,
|
lieu: string,
|
||||||
}
|
}
|
||||||
|
|
||||||
const props = defineProps<{
|
defineProps<{
|
||||||
|
|||||||
projectRDV: rendezVous[]
|
projectRDV: rendezVous[]
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ function callApi(
|
|||||||
|
|
||||||
function postApi(
|
function postApi(
|
||||||
endpoint: string,
|
endpoint: string,
|
||||||
data: any,
|
data: unknown, //to fix eslint issue, go back here if errors occurs later
|
||||||
onSuccessHandler?: (response: AxiosResponse) => void,
|
onSuccessHandler?: (response: AxiosResponse) => void,
|
||||||
onErrorHandler?: (error: AxiosError) => void
|
onErrorHandler?: (error: AxiosError) => void
|
||||||
): void {
|
): void {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
où est-ce que les RDV sont récupérés ?