mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix bad endpoint
This commit is contained in:
parent
7e398b9099
commit
1d2ab113a4
@ -92,7 +92,7 @@ export default class User {
|
|||||||
|
|
||||||
const { data } = await request({
|
const { data } = await request({
|
||||||
method: "POST",
|
method: "POST",
|
||||||
url: "/self/update_password",
|
url: "/user/self/update_password",
|
||||||
data: {
|
data: {
|
||||||
currentPassword,
|
currentPassword,
|
||||||
newPassword,
|
newPassword,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user