covas-bo/web/js/users.js

11 lines
176 B
JavaScript
Raw Normal View History

2022-08-04 00:03:57 +02:00
checkToken();
2022-08-05 21:20:14 +02:00
signOut();
var id = getParam("id");
instance.get("users/"+id, {withCredentials: true})
.then(function(response){
})
.catch(function(error){
});