Skip to content

Commit b0c8fea

Browse files
committed
also clog apiclient baseurl
1 parent d0cbc05 commit b0c8fea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/util/apiClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { PUBLIC_URL } from '../../config'
44
export type ApiError = AxiosError<{ message: string }>
55

66
const apiClient = axios.create({ baseURL: `${PUBLIC_URL}/api` })
7+
console.log('apiClient baseURL:', apiClient.defaults.baseURL)
78
export const updaterApiClient = axios.create({
89
baseURL: `${PUBLIC_URL}/updater/api`,
910
})

0 commit comments

Comments
 (0)