Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Grato committed Nov 27, 2023
1 parent 84bbb14 commit ae97f6f
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 @@ -11,7 +11,7 @@ export type HubStat = {

export const getAnalytics = async (startDate: string, endDate: string) => {
const path = `/?start_date=${startDate}T00:00:00Z&end_date=${endDate}T00:00:00Z`;

console.log('https://dashboard.dev.myhubs.net');
return axios
.get(`https://dashboard.dev.myhubs.net${API_PATH}${path}`, {
withCredentials: true,
Expand Down

0 comments on commit ae97f6f

Please sign in to comment.