From a3740d5c8c3a12f61e00d29fcae154d1ae9a19f3 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Wed, 8 May 2024 06:19:17 +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 22e23d7..1841413 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -7,7 +7,7 @@ import Gallery from "react-photo-gallery"; import Carousel, { Modal, ModalGateway } from "react-images"; -const addr_prefix = "http://localhost:8000" +const addr_prefix = "" //"http://localhost:8000" class Main extends Component {