feat: add ads-b exchange source

This commit is contained in:
2018-11-02 14:49:40 -07:00
parent aca5c03388
commit 9f0da54ccf
3 changed files with 38 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import axios from 'axios';
export default axios.create({
timeout: 3000,
timeout: 5000,
responseType: 'json',
headers: {
'Content-Type': 'application/json; charset=utf-8',