mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 23:36:39 +00:00
Creating olm working
This commit is contained in:
@@ -558,7 +558,8 @@ authenticated.delete(
|
||||
// );
|
||||
|
||||
authenticated.put(
|
||||
"/olm",
|
||||
"/user/:userId/olm",
|
||||
verifyApiKeyUserAccess,
|
||||
verifyApiKeyHasAction(ActionsEnum.createOlm),
|
||||
olm.createOlm
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user