main
alex 2024-01-21 18:57:01 +01:00
parent 2c3c49bca8
commit 511e969df3
1 changed files with 2 additions and 0 deletions

View File

@ -299,6 +299,8 @@ export async function UnlinkGoogleCalendar(req: Request, res: Response) {
// request to termin planner to remove google account
console.log("test", userSession.user_id, deleteCalendars);
axios
.post(`${process.env.TERMIN_PLANNER_URL}/removeGoogleAccount` as string, {
userId: userSession.user_id,