This commit is contained in:
2019-10-07 21:43:46 +00:00
parent b5735d3eb9
commit a4fb936d3f

View File

@@ -78,7 +78,7 @@ 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))
{