Move things around; rename to olm

This commit is contained in:
Owen
2025-02-21 10:13:41 -05:00
parent 41983ce356
commit e112fcba29
13 changed files with 642 additions and 93 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 client from "./client";
import * as olm from "./olm";
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),
client.pickClientDefaults
olm.pickOlmDefaults
);
// authenticated.get(