mirror of
https://github.com/Noettore/lagomareGateKeeperBot.git
synced 2025-10-15 19:46:40 +02:00
Refactor users creating separate classes, service and repository
This commit is contained in:
13
tests/resources/mock_users.json
Normal file
13
tests/resources/mock_users.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"12345": {
|
||||
"id": "12345",
|
||||
"username": "Pippo",
|
||||
"fullname": "Pippo Franco",
|
||||
"role": "admin",
|
||||
"credentials": {
|
||||
"username": "pippo.franco",
|
||||
"password": "pippo12345"
|
||||
},
|
||||
"status": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user