Educado-App / educado-frontend

The repository for the educado content creation web platform.
https://app.educado.com
GNU General Public License v3.0
0 stars 4 forks source link

Updated to account.services for User rework #37

Open Jatewo opened 10 months ago

Jatewo commented 10 months ago

Issue Description

account.services uses an old URL as of pull request #36. It needs to be updated to use the new user model (as soon as this has been merged).

Steps to Reproduce

N/A

Expected Behavior

Sends request for account deletion to /api/users/:id as a DELETE request.

Actual Behavior

Sends a DELETE request to /profile/delete/:id.

Additional Information

This is only to be implemented after the review on Nov 6 when the new User rework has been merged.