From d304ff71515fc7db6dfe517f95924bf92834b8ae Mon Sep 17 00:00:00 2001 From: Tommaso Verzegnassi Date: Mon, 22 May 2023 09:52:55 +0200 Subject: [PATCH] fix backend --- stockingly-frontend/src/api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;