Database Connection Update #4

Merged
humenius merged 49 commits from feature/database-connection into master 2021-02-08 03:16:51 +01:00
Showing only changes of commit eaf2bba8d1 - Show all commits

View File

@@ -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',