mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-23 20:13:35 +00:00
fix bug
This commit is contained in:
@ -60,7 +60,7 @@ export default class UserGenPage extends Component {
|
||||
method: 'DELETE',
|
||||
headers: {'Content-Type':'application/json', 'X-CSRFToken': getCookie('csrftoken')},
|
||||
};
|
||||
fetch("/api/usergen", requestOptions)
|
||||
fetch("/api/user", requestOptions)
|
||||
.then((response) => response.json())
|
||||
.then((data) => console.log(data));
|
||||
}
|
||||
|
Reference in New Issue
Block a user