Skip to content
Snippets Groups Projects
Commit a486d209 authored by daphtya's avatar daphtya
Browse files

Merge branch 'develop' of https://gitlab.informatika.org/ppl-viz-masy/backend into develop

parents 8e29bcd0 30081c52
1 merge request!5Develop
Pipeline #14541 failed with stage
...@@ -28,7 +28,8 @@ def login_user(): ...@@ -28,7 +28,8 @@ def login_user():
"status": 200, "status": 200,
"data": { "data": {
"token": token.decode("utf-8"), "token": token.decode("utf-8"),
"user": user[0] "user": user[0],
"page_list": [child for child in user[0].page_list]
} }
}) })
else: else:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment