Sinatra/code/data.json
2024-05-28 16:46:39 +00:00

14 lines
215 B
JSON
Executable File

{
"users": [
{
"username": "test",
"password": "test",
"vlan": "123"
},
{
"username": "AB:CD:EF:12:34:56",
"password": "AB:CD:EF:12:34:56",
"vlan": "123"
}
]
}