Fixed API url

This commit is contained in:
Alex Stan 2024-06-02 09:22:56 +03:00
parent ba0b31d0d2
commit 7dd3d263e9

View file

@ -1,5 +1,5 @@
// the base URL of the api; all requests start with it // the base URL of the api; all requests start with it
const base_url: string = "https://api.phite.ro"; const base_url: string = "https://api.phite.ro/";
/* /*
export const makeGetRequest = async<T> (path: string): Promise<T> => { export const makeGetRequest = async<T> (path: string): Promise<T> => {