Commit 4e6d40f0 by Michael Brachmann

messing with service routing

parent cf96f894
...@@ -9,7 +9,7 @@ const ...@@ -9,7 +9,7 @@ const
WS_MODEL = 'Ws'; WS_MODEL = 'Ws';
type type
[ServiceContract, Model(WS_MODEL)] [ServiceContract, Model(WS_MODEL), Route('')]
IWebSocketService = interface(IInvokable) IWebSocketService = interface(IInvokable)
['{673FE678-D9EF-468D-89CB-CEF26E8758BC}'] ['{673FE678-D9EF-468D-89CB-CEF26E8758BC}']
[HttpGet, Route('emimobile')] [HttpGet, Route('emimobile')]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment