-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User endpoint #46
User endpoint #46
Conversation
Improve /api endpoint
adaa1fc
to
d2972c0
Compare
user: User = Depends(get_authenticated_user), | ||
db: AsyncSession = Depends(get_async_db), | ||
) -> UserGroupList: | ||
# TODO: Implement this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
juist deze todo nog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yez, daarvoor wacht ik op de group endpoint
In afwachting van de fix van de tests ga ik dit wel al mergen, zodat ik op deze changes verder kan bouwen. Lokaal werken de tests wel |
No description provided.