diff --git a/apis/common.ts b/apis/common.ts index 843c6979d..5068af7db 100644 --- a/apis/common.ts +++ b/apis/common.ts @@ -1,7 +1,7 @@ export const BASE_URL = process.env.NODE_ENV === 'development' ? 'https://cse-dev-waffle.bacchus.io/api/v1' - : 'localhost:8080/api/v1'; + : 'https://localhost:8080/api/v1'; export const checkError = (response: Response) => { if (response.ok) return;