👌 IMPROVE: Gestion erreur images fonctions

This commit is contained in:
Divlo
2020-05-01 02:27:30 +02:00
parent 0e591ae62f
commit b628aaecce
10 changed files with 19 additions and 9 deletions

View File

@ -1,5 +1,5 @@
import axios from 'axios';
import { API_URL } from './config';
import { API_URL } from './config/config';
const api = axios.create({
baseURL: API_URL,

View File

@ -0,0 +1 @@
export const API_URL = "http://localhost:8080";

View File

@ -0,0 +1 @@
export const API_URL = "https://api.function.divlo.fr";