mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 05:16:38 +00:00
Move things around; rename to olm
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user