add member editing

This commit is contained in:
Spectralitree
2020-12-11 00:53:43 +01:00
parent f526a6c40f
commit d30136fba2
9 changed files with 290 additions and 48 deletions

View File

@@ -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()