Changed API url and Alex's picture

Signed-off-by: Ioan Chelaru Cristian <iccjoc@localhost.localdomain>
This commit is contained in:
Ioan Chelaru Cristian 2024-06-02 01:09:56 +03:00
parent a3dc222184
commit 9e07238ddc
4 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ const people = [
name: 'Alexandru Gabriel Stan', name: 'Alexandru Gabriel Stan',
role: 'Back end developer', role: 'Back end developer',
imageUrl: imageUrl:
'alex.jpg', 'alex.png',
}, },
// More people... // More people...
] ]

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 = "http://localhost:4000/"; 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> => {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 567 KiB

BIN
public/alex.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB