feat: added static methods for GetJoinMaps, added GetFeedbacksForDevice request handler

This commit is contained in:
jdevito
2023-02-01 11:15:13 -06:00
parent 15efed02a5
commit 0793a09095
6 changed files with 246 additions and 21 deletions

View File

@@ -147,6 +147,11 @@ namespace PepperDash.Essentials.Core.Web
{
Name = "GetJoinMapsForDeviceKey",
RouteHandler = new GetJoinMapForDeviceKeyRequestHandler()
},
new HttpCwsRoute("feedbacks/{deviceKey}")
{
Name = "GetFeedbacksForDeviceKey",
RouteHandler = new GetFeedbacksForDeviceRequestHandler()
}
};