Mohammad Kashem
Results
1
comments of
Mohammad Kashem
@mdschweda it actually works with the following ``` [Get("/{**path}")] [QueryUriFormat(UriFormat.Unescaped)] Task GetNext(string path); ``` You will only have to ensure first '/' is not part of the path for example...