add prettier
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import axios from "axios";
|
||||
import config from "config";
|
||||
import axios from 'axios';
|
||||
import config from 'config';
|
||||
|
||||
const wildDuckClient = axios.create({
|
||||
baseURL: config.get("wildDuck.url"),
|
||||
headers: {
|
||||
"X-Access-Token": config.get("wildDuck.token"),
|
||||
},
|
||||
responseType: "json",
|
||||
baseURL: config.get('wildDuck.url'),
|
||||
headers: {
|
||||
'X-Access-Token': config.get('wildDuck.token'),
|
||||
},
|
||||
responseType: 'json',
|
||||
});
|
||||
|
||||
export default wildDuckClient;
|
||||
|
||||
Reference in New Issue
Block a user