mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-08-21 05:43:33 -07:00
base flow
This commit is contained in:
parent
f1501258ba
commit
db850eecfd
12 changed files with 705 additions and 10 deletions
|
@ -10,11 +10,9 @@ namespace qcbadge.Controllers
|
|||
{
|
||||
public IActionResult Index(string s)
|
||||
{
|
||||
|
||||
|
||||
if ((String.Compare(Startup.scode, s, true) == 0))
|
||||
{
|
||||
ViewData["Message"] = "Code Good";
|
||||
ViewData["Message"] = "";
|
||||
return View();
|
||||
}
|
||||
else { return StatusCode(401); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue