Implemented basic unit tests

This commit is contained in:
Cian Hughes
2023-11-02 18:21:21 +00:00
parent df07bc2bc4
commit e279c23745
19 changed files with 310 additions and 29 deletions
+1 -2
View File
@@ -2,8 +2,7 @@
"login": {
"users": [
{
"name": "root",
"hash_type": "bcrypt"
"name": "root"
}
]
},