fix bio on save

This commit is contained in:
luisa.bellitto 2025-06-29 16:01:08 +02:00 committed by Rudi Regentonne
parent 9a9724d024
commit 71b77d82af
2 changed files with 2 additions and 3 deletions

View file

@ -72,7 +72,7 @@ profileRouter.get("/getProfilePicture/:username", getProfilePicture);
/**
* @swagger
* /api/profile/updateBio:
* post:
* put:
* summary: Update user bio
* description: Updates the bio (short description) of the currently authenticated user.
* tags: