Adding info about self #88

Merged
tonitch merged 3 commits from tonitch/front/userSelf into master 2024-03-13 09:54:57 +01:00
Showing only changes of commit fb93c2e369 - Show all commits

View File

@ -63,6 +63,7 @@ export async function getSelf(){
* - email * - email
* - photo * - photo
* - Adress * - Adress
* - Password
*/ */
export async function alterSelf(data){ export async function alterSelf(data){
return restPatch("/user", data); return restPatch("/user", data);