fix doc string

This commit is contained in:
Simon 2024-08-10 17:16:51 +02:00
parent f981186a93
commit 2ee037c745
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

View File

@ -10,7 +10,7 @@ from user.src.user_config import UserConfig
class UserConfigView(ApiBaseView):
"""resolves to /api/config/user/
"""resolves to /api/user/me/
GET: return current user config
POST: update user config
"""