diff --git a/src/PepperDash.Essentials.Core/Web/EssentialsWebApi.cs b/src/PepperDash.Essentials.Core/Web/EssentialsWebApi.cs index f953443b..94dbf5ad 100644 --- a/src/PepperDash.Essentials.Core/Web/EssentialsWebApi.cs +++ b/src/PepperDash.Essentials.Core/Web/EssentialsWebApi.cs @@ -207,7 +207,7 @@ namespace PepperDash.Essentials.Core.Web { AddRoute(new HttpCwsRoute("apiPaths") { Name = "GetPaths", - RouteHandler = new GetRoutesHandler(_server.GetRouteCollection()) + RouteHandler = new GetRoutesHandler(_server.GetRouteCollection(), BasePath) }); // If running on an appliance