11 lines
176 B
JavaScript
11 lines
176 B
JavaScript
checkToken();
|
|
signOut();
|
|
var id = getParam("id");
|
|
|
|
instance.get("users/"+id, {withCredentials: true})
|
|
.then(function(response){
|
|
|
|
})
|
|
.catch(function(error){
|
|
|
|
}); |