Fixed API url
This commit is contained in:
parent
ba0b31d0d2
commit
7dd3d263e9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
// 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> => {
|
||||
|
|
Loading…
Reference in a new issue