From 3858e94023e393726882c2063f7853ee34fe7ac7 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Tue, 7 May 2024 17:41:08 +0200 Subject: [PATCH] fix --- frontend/src/scripts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index d154cd9..b6e85d4 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -7,7 +7,7 @@ import { createRoot } from 'react-dom/client'; import Gallery from "react-photo-gallery"; -const addr_prefix = "http://localhost:8000" +const addr_prefix = ""//"http://localhost:8000" class Main extends Component {