This commit is contained in:
@@ -78,7 +78,7 @@ namespace qbridge.Controllers
|
|||||||
[HttpGet("start/{state}/{sourceid}")]
|
[HttpGet("start/{state}/{sourceid}")]
|
||||||
public async Task<IActionResult> GetAsync([FromRoute]string state, [FromRoute] string 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))
|
if (string.IsNullOrWhiteSpace(state))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user