fix backend

This commit is contained in:
Tommaso Verzegnassi 2023-05-22 09:52:55 +02:00
parent 388dbd90b2
commit d304ff7151

View file

@ -1,4 +1,4 @@
const BACKEND_URL = "http://localhost:5000";
const BACKEND_URL = "http://127.0.0.1:5000";
export interface Company {
ceo: string;