This commit is contained in:
@@ -78,8 +78,8 @@ namespace qbridge.Controllers
|
||||
[HttpGet("start/{state}/{sourceid}")]
|
||||
public async Task<IActionResult> GetAsync([FromRoute]string state, [FromRoute] string sourceid)
|
||||
{
|
||||
//sourceid is actually the license id or trial so I can tell who is using and ultimately filter them out if they are not licensed and up to date (down the road, not initially)
|
||||
|
||||
//sourceid is actually the license ID or serial number so I can tell who is using and ultimately filter them out if they are not licensed and up to date (down the road, not initially)
|
||||
|
||||
if (string.IsNullOrWhiteSpace(state))
|
||||
{
|
||||
return BadRequest("state value is missing and required");
|
||||
|
||||
Reference in New Issue
Block a user