first commit

This commit is contained in:
spiduler
2020-09-02 10:18:55 +09:00
commit 291eaf85a5
6 changed files with 267 additions and 0 deletions

11
storage/db.json Normal file
View File

@@ -0,0 +1,11 @@
{
"authCodes": [
{
"code": "a9c6380a-9e34-467f-a1ae-514bb51a7724",
"redirectUri": "http://google.com",
"clientId": "F8Nbz9gGUvLgdn8T",
"expiresDate": null,
"accountId": "accountid"
}
]
}