Skip to content
Snippets Groups Projects
Commit c7090782 authored by Albin Henriksson's avatar Albin Henriksson
Browse files

Fix: missing parameters

parent 4b2eda7e
No related branches found
No related tags found
No related merge requests found
Pipeline #38645 passed
......@@ -16,6 +16,8 @@ class UserDTO:
"email": fields.String(),
"role_id": fields.Integer(),
"city_id": fields.Integer(),
"page": fields.Integer(),
"page_size": fields.Integer(),
},
)
user_list_model = api.model(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment