add endpoints

This commit is contained in:
Peter Maquiran
2023-12-28 13:59:45 +01:00
12 changed files with 31 additions and 22 deletions
@@ -8,6 +8,8 @@ import { DetectCalendars, makeHeaderForCalendar } from '../../utils/utils';
import { z } from "zod";
import { ok, err } from 'neverthrow';
import { SessionStore } from 'src/app/store/session.service';
/* import { ok, err } from 'neverthrow'; */
@Injectable({
providedIn: 'root'
@@ -131,4 +133,5 @@ export class MiddlewareServiceService {
}
// ================================ Acções =================================================
}