remove tests and fix docs

This commit is contained in:
SowinskiBraeden committed 2023-01-04 17:06:47 -08:00
1 parent 28b92f4eda
commit c3aaec9798
9 files changed
+2 -13844

No files matched your search

+2 -2
View File
@@ -191,7 +191,7 @@ There are several account that can be registered into the system. As you may gue
{
"firstname": "Homer",
"middlename": "Jay",
"lastname": "Simson",
"lastname": "Simpson",
"dob": "12-05-1956",
"email": "homer_simpson@example.com",
"password1": "homerLovesDuffBeer123",
@@ -276,7 +276,7 @@ There are several account that can be registered into the system. As you may gue
* JSON:
```jsonc
{
"tid": "123456",
"aid": "123456",
"password": "myawesomepassword123"
}
```