This commit is contained in:
Martin Quarda 2024-05-07 17:41:08 +02:00
parent 2cd1c89f69
commit 3858e94023

View File

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