mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
fix: add missing parameter for GetRoutesHandler
This commit is contained in:
parent
bb045ba06b
commit
32e090648c
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ namespace PepperDash.Essentials.Core.Web
|
||||||
{
|
{
|
||||||
AddRoute(new HttpCwsRoute("apiPaths") {
|
AddRoute(new HttpCwsRoute("apiPaths") {
|
||||||
Name = "GetPaths",
|
Name = "GetPaths",
|
||||||
RouteHandler = new GetRoutesHandler(_server.GetRouteCollection())
|
RouteHandler = new GetRoutesHandler(_server.GetRouteCollection(), BasePath)
|
||||||
});
|
});
|
||||||
|
|
||||||
// If running on an appliance
|
// If running on an appliance
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue