Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Im trying to create a route like than Umbraco/api/Data/GetData/0eb37e59-aaa0-4783-af35-d7b0302d5722
but it dose not work
this is my code:
DataController : UmbracoApiController {
[Route("Umbraco/api/Data/GetData/{Token}")] public void GetData(Guid Token) { //Do Bla } }
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
how to create a custom route for API
Im trying to create a route like than Umbraco/api/Data/GetData/0eb37e59-aaa0-4783-af35-d7b0302d5722
but it dose not work
this is my code:
DataController : UmbracoApiController {
[Route("Umbraco/api/Data/GetData/{Token}")] public void GetData(Guid Token) { //Do Bla } }
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.