mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Changed one directory message path for mobile control
This commit is contained in:
parent
7a3ce5fcf1
commit
7c88843f50
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ namespace PepperDash.Essentials.AppServer.Messengers
|
|||
if (call != null)
|
||||
Codec.AcceptCall(call);
|
||||
}));
|
||||
appServerController.AddAction(MessagePath + "/directoryRoot", new Action(GetDirectoryRoot));
|
||||
appServerController.AddAction(MessagePath + "/getDirectory", new Action(GetDirectoryRoot));
|
||||
appServerController.AddAction(MessagePath + "/directoryById", new Action<string>(s => GetDirectory(s)));
|
||||
appServerController.AddAction(MessagePath + "/directorySearch", new Action<string>(s => DirectorySearch(s)));
|
||||
appServerController.AddAction(MessagePath + "/getCallHistory", new Action(GetCallHistory));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue