Advertisement
Guest User

Untitled

a guest
Aug 24th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const username = 'lol'
  2. const password = 'potato'
  3. const axios = require('axios').create({ auth: { username, password }, baseURL: 'https://dinSednaUrl.com/api')
  4.  
  5. function whatever () {
  6.     return axios('/getAllWhatevers')
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement