front_foundation #13
.gitea/workflows
.gitignoreDocumentation/openapi
MakefileMyINPulse-back/src
main
java
enseirb
myinpulse
config
controller
model
repository
service
resources
test
java
config
documentation/openapi
front
Dockerfile
MyINPulse-front
fake_data
package-lock.jsonpackage.jsonsrc
App.vue
components
AddProjectForm.vueAgendaComponent.vueLoginComponent.vuePendingProjectComponent.vueProjectComponent.vue
main.tscanvas
icons
plugins
router
services
stores
views
keycloak
@ -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 {
|
||||||
|
Reference in New Issue
Block a user