Database Connection Update #4
@@ -3,8 +3,8 @@ import UserStatsResponse from "../models/UserStatsResponse";
|
|||||||
|
|
||||||
export default class UserStatsService {
|
export default class UserStatsService {
|
||||||
|
|
||||||
// private static apiURL = 'https://api.tsotr.humenius.me/stats'
|
private static apiURL = 'https://api.tsotr.humenius.me/stats'
|
||||||
private static apiURL = 'http://localhost:3500/stats'
|
// private static apiURL = 'http://localhost:3500/stats'
|
||||||
|
|
||||||
private static requestInit: RequestInit = {
|
private static requestInit: RequestInit = {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
|
|||||||
Reference in New Issue
Block a user