Welcome page now shows current matches.

This commit is contained in:
2022-04-05 03:28:12 -05:00
parent f8abf7cd48
commit c1589b9758
8 changed files with 68 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
import axios from "axios";
export const apiClient = axios.create({
baseURL: process.env.API_HOST,
baseURL: process.env.REACT_APP_API_HOST,
timeout: 5000,
});