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 {