debug
parent
2c3c49bca8
commit
511e969df3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue