This commit is contained in:
2020-06-23 18:20:51 +00:00
parent 1e87f9b077
commit 93db555bb7
6 changed files with 11 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ namespace rockfishCore.Controllers
//### CUSTOMER ROUTE CALLED FROM RAVEN ####
[HttpGet("{dbid}")]
public async Task<IActionResult> Get([FromRoute] Guid dbid)
public async Task<IActionResult> Get([FromRoute] string dbid)
{
if (!ModelState.IsValid)
{