add client olm relationship

This commit is contained in:
miloschwartz 2025-02-21 11:57:01 -05:00
parent b9de0f8e38
commit 346f2db5fb
No known key found for this signature in database
5 changed files with 69 additions and 31 deletions

View file

@ -7,7 +7,7 @@ import * as target from "./target";
import * as user from "./user";
import * as auth from "./auth";
import * as role from "./role";
import * as olm from "./olm";
import * as client from "./client";
import * as accessToken from "./accessToken";
import HttpCode from "@server/types/HttpCode";
import {
@ -100,7 +100,7 @@ authenticated.get(
"/site/:siteId/pick-client-defaults",
verifyOrgAccess,
verifyUserHasAction(ActionsEnum.createClient),
olm.pickOlmDefaults
client.pickClientDefaults
);
// authenticated.get(