Skip to content

Commit

Permalink
Log env
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecombes committed Sep 30, 2020
1 parent 299c983 commit bad4b93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data/client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import axios from 'axios';
import { API_SERVER_URL } from './settings';

console.log(`API URL from env: ${API_SERVER_URL}`);

const apiClient = axios.create({
baseURL: API_SERVER_URL,
});
Expand Down

0 comments on commit bad4b93

Please sign in to comment.