How to get the url of custom Umbraco backoffice API controllers with the GetApiUrl method
In this post I'm explaining how to setup the serverside so that you can use the umbRequestHelper.getApiUrl to get the Url also of custom Umbraco backoffice API controllers without hardcoding them in your frontend JS code.…