diff options
Diffstat (limited to 'src/main/resources/users.json')
-rw-r--r-- | src/main/resources/users.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/users.json b/src/main/resources/users.json new file mode 100644 index 0000000..033ed5b --- /dev/null +++ b/src/main/resources/users.json @@ -0,0 +1,6 @@ +[ + { + "name": "Jason", + "password": "suckless" + } +] |