Hello I am developing a custom module against DNN9 and am attempting to implement Supported Mopdules for my API. Unfortunately, the getServiceRoot method in my javaScript is returning the route
dnndev.me/API/MyModule/
when my Web API methods exists at
dnndev.me/desktopModules/MyModule/API
I was wondering if anybody had any advice pointing this thing at my Web API method. Worked fine in DNN7 something must have changed