front_foundation #13
Makefile
MyINPulse-back
config
documentation/openapi/src
front
Dockerfile
MyINPulse-front
index.htmlpackage-lock.jsonpackage.json
src
ApiClasses
Appointment.tsJoinRequest.tsJoinRequestDecision.tsProject.tsProjectDecision.tsRepport.tsSectionCell.tsUser.tsUserAdmin.tsUserEntrepreneur.ts
App.vuecomponents
AddProjectForm.vueAdminAppointments.vueAgendaComponent.vueGetAppointments.vueHeaderComponent.vueLoginComponent.vuePendingProjectComponent.vueProjectComponent.vue
main.tscanvas
contact.tsicons
plugins
router
services
stores
views
keycloak
@ -10,7 +10,6 @@ const axiosInstance = axios.create({
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
axiosInstance.interceptors.request.use(
|
||||
(config) => {
|
||||
const token = store.user?.token; // Récupérez le token depuis le store
|
||||
|
Reference in New Issue
Block a user