diff --git a/packages/siaviewnode-client/src/components/Dropzone.tsx b/packages/siaviewnode-client/src/components/Dropzone.tsx index fe012636..27fd2149 100644 --- a/packages/siaviewnode-client/src/components/Dropzone.tsx +++ b/packages/siaviewnode-client/src/components/Dropzone.tsx @@ -4,7 +4,7 @@ import { useCallback } from "react" import { useDropzone } from "react-dropzone" import { Box, Flex, jsx } from "theme-ui" -const API_ENDPOINT = "http://localhost:4000" +const API_ENDPOINT = "http://144.76.136.122:4000" function MyDropzone() { const onDrop = useCallback(acceptedFiles => {