Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Grato committed Nov 27, 2023
1 parent 3f2202d commit 84bbb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/services/analytics.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const getAnalytics = async (startDate: string, endDate: string) => {
const path = `/?start_date=${startDate}T00:00:00Z&end_date=${endDate}T00:00:00Z`;

return axios
.get(`${PUBLIC_API_SERVER}${API_PATH}${path}`, {
.get(`https://dashboard.dev.myhubs.net${API_PATH}${path}`, {
withCredentials: true,
})
.then((response: AxiosResponse) => {
Expand Down

0 comments on commit 84bbb14

Please sign in to comment.