view client/src/application/lib/http.js @ 893:5ea4c3f5d2a7

refinement of bottleneck selection
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 02 Oct 2018 14:44:59 +0200
parents ef307bd6b5d8
children ca628dce90dd
line wrap: on
line source

import axios from "axios";

export const HTTP = axios.create({
  baseURL: process.env.VUE_APP_API_URL || "/api"
  /* headers: {
    Authorization: 'Bearer {token}'
  }*/
});