Advertisement
sazid_iiuc

Untitled

Apr 25th, 2021
771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     const apiUrl = 'http://127.0.0.1:8000/api/v1/permission/get/all';
  2.     fetch(apiUrl)
  3.         .then((response) => response.json())
  4.         .then((data) => console.log('This is your data', data));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement