Ajustando menú por rol de usuario #29 #32

Merged
mono merged 8 commits from adjust_menu_by_rol_#29 into main 2026-03-14 23:02:00 -05:00
Showing only changes of commit c9d019c918 - Show all commits

View File

@@ -90,7 +90,7 @@ class DjangoApi {
}
getCurrentUser() {
const url = this.base + '/users/me/';
const url = this.base + '/api/users/me/';
return this.getRequest(url);
}
}