diff --git a/stockingly-frontend/src/api/index.ts b/stockingly-frontend/src/api/index.ts index 7048cfe..4ede11c 100644 --- a/stockingly-frontend/src/api/index.ts +++ b/stockingly-frontend/src/api/index.ts @@ -1,4 +1,4 @@ -const BACKEND_URL = "http://localhost:5000"; +const BACKEND_URL = "http://127.0.0.1:5000"; export interface Company { ceo: string;