Adding Signup Table

This commit is contained in:
stephb9959
2022-02-21 22:55:45 -08:00
parent 90a13341cc
commit b63a886d86
10 changed files with 146 additions and 3 deletions

View File

@@ -25,6 +25,9 @@ namespace OpenWifi {
return BadRequest(RESTAPI::Errors::InvalidSerialNumber);
}
// let's see if the user already exists. If so, we will try and see if
// it's just
// Do we already exist? Can only signup once...
return OK();
}