diff --git a/frontend/src/services/UserStatsService.ts b/frontend/src/services/UserStatsService.ts index 114b08a..174ef6b 100644 --- a/frontend/src/services/UserStatsService.ts +++ b/frontend/src/services/UserStatsService.ts @@ -3,8 +3,8 @@ import UserStatsResponse from "../models/UserStatsResponse"; export default class UserStatsService { - // private static apiURL = 'https://api.tsotr.humenius.me/stats' - private static apiURL = 'http://localhost:3500/stats' + private static apiURL = 'https://api.tsotr.humenius.me/stats' + // private static apiURL = 'http://localhost:3500/stats' private static requestInit: RequestInit = { method: 'GET',