Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. constructor() {
  2. this.url = 'localhost:9090/helios-admin/api/dashboard/clients?page=0&size=30';
  3. }
  4.  
  5. getProjectStatusById(projectId) {
  6. Axios.get(this.url).then(res=>{
  7. console.log(res.data);
  8. })
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement