This commit is contained in:
Martin Quarda 2024-05-08 06:19:17 +02:00
parent c5fd40fc09
commit a3740d5c8c

View File

@ -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 {