1
0
mirror of https://github.com/LukePeters/flask-mongo-api-boilerplate.git synced 2026-05-14 14:16:29 +09:00

Wording change in setup script. Added 'plan' property back onto users.

This commit is contained in:
Luke Peters
2019-03-15 17:41:49 -04:00
parent 0f360be43c
commit 3681cf9155
2 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,8 @@ class User:
"last_login": tools.nowDatetimeUTC(),
"first_name": "",
"last_name": "",
"email": ""
"email": "",
"plan": "basic"
}
def get(self):