mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 21:37:55 +00:00
add member editing
This commit is contained in:
parent
f526a6c40f
commit
d30136fba2
9 changed files with 290 additions and 48 deletions
|
|
@ -39,7 +39,7 @@ export default function App() {
|
|||
setIsLoading(true);
|
||||
|
||||
fetch(`${API_URL}s/`,{
|
||||
method: 'get',
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Authorization': JSON.stringify(localStorage.getItem("token")).slice(1, -1)
|
||||
}}).then ( res => res.json()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue