mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-28 00:49:40 +05:00
feat: add social editing
This commit is contained in:
parent
ed7e365138
commit
61eb728442
5 changed files with 237 additions and 12 deletions
|
@ -27,7 +27,7 @@ export const ProfileEditStatusModal = (props: {
|
|||
|
||||
function _setStatusSetting() {
|
||||
setLoading(true);
|
||||
fetch(`${ENDPOINTS.user.settings.statusEdit}?token=${props.token}`, {
|
||||
fetch(`${ENDPOINTS.user.settings.status}?token=${props.token}`, {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue