summaryrefslogtreecommitdiff
path: root/opendc/api/v1
diff options
context:
space:
mode:
authorGeorgios Andreadis <G.Andreadis@student.tudelft.nl>2017-08-10 09:40:26 +0300
committerGitHub <noreply@github.com>2017-08-10 09:40:26 +0300
commitbc70e6ae115beb469541c12014ffdecc01a1e50c (patch)
tree935c2ef5b1621b0e13ec76f2ca02f6912940d690 /opendc/api/v1
parent5d42f30ed30aa5b6970304569c6bd01c16078759 (diff)
parent54617bf3268c27d63a40844216760a49f28d39e0 (diff)
Merge pull request #9 from atlarge-research/mariadb
Migration to MariaDB
Diffstat (limited to 'opendc/api/v1')
-rw-r--r--opendc/api/v1/users/endpoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/api/v1/users/endpoint.py b/opendc/api/v1/users/endpoint.py
index 7e381ed5..1c971b56 100644
--- a/opendc/api/v1/users/endpoint.py
+++ b/opendc/api/v1/users/endpoint.py
@@ -52,7 +52,7 @@ def POST(request):
return Response(400, e.message)
# Instantiate a User
-
+
request.params_body['user']['googleId'] = request.google_id
user = User.from_JSON(request.params_body['user'])