mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
feat: added static methods for GetJoinMaps, added GetFeedbacksForDevice request handler
This commit is contained in:
parent
15efed02a5
commit
0793a09095
6 changed files with 246 additions and 21 deletions
|
|
@ -147,6 +147,11 @@ namespace PepperDash.Essentials.Core.Web
|
|||
{
|
||||
Name = "GetJoinMapsForDeviceKey",
|
||||
RouteHandler = new GetJoinMapForDeviceKeyRequestHandler()
|
||||
},
|
||||
new HttpCwsRoute("feedbacks/{deviceKey}")
|
||||
{
|
||||
Name = "GetFeedbacksForDeviceKey",
|
||||
RouteHandler = new GetFeedbacksForDeviceRequestHandler()
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue