mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-08-20 21:33:29 -07:00
Update routing
This commit is contained in:
parent
16e31f555c
commit
60ecfbabcc
1 changed files with 9 additions and 0 deletions
|
@ -137,7 +137,16 @@ namespace qcbadge.Controllers
|
|||
// [EE] < -Checksum
|
||||
// 0908[0000000000000000] < -End + Crypto
|
||||
|
||||
if (String.IsNullOrEmpty(advertData))
|
||||
{
|
||||
|
||||
return StatusCode(400);
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
return StatusCode(200);
|
||||
}
|
||||
|
||||
}
|
||||
public IActionResult Error()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue