Compare commits

..

No commits in common. "63d1de7a67a16b22e292d68e1e4f2269391c9092" and "7f5fc636c2de4b2c42932af1c3131eb8e261b6ae" have entirely different histories.

4 changed files with 13 additions and 0 deletions

8
app/data/comments.json Normal file
View File

@ -0,0 +1,8 @@
{
"2" : [
{
"username" : "0x01FE",
"content" : "Hello, this is an example comment!"
}
]
}

5
app/data/users.json Normal file
View File

@ -0,0 +1,5 @@
{
"users" : {
"0x01FE" : "cGFzc3dvcmQ="
}
}