fix backend
This commit is contained in:
parent
388dbd90b2
commit
d304ff7151
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
const BACKEND_URL = "http://localhost:5000";
|
const BACKEND_URL = "http://127.0.0.1:5000";
|
||||||
|
|
||||||
export interface Company {
|
export interface Company {
|
||||||
ceo: string;
|
ceo: string;
|
||||||
|
|
Reference in a new issue