Sinatra/code/data.json
2024-04-07 18:54:30 +01:00

14 lines
190 B
JSON

{
"users": [
{
"username": "test",
"password": "test",
"vlan": "123"
},
{
"username": "test2",
"password": "test",
"vlan": "123"
}
]
}