Advertisement
dereksir

Untitled

Mar 13th, 2023
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. const makeRequest = async () => {
  2. try {
  3. const response = await axios.get('https://example.com', {
  4. proxy: rotateProxy(),
  5.  
  6. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement