This commit is contained in:
Eddie Wang 2019-12-03 16:30:15 -05:00
parent ae761c8d85
commit 6d5b7bacdd
No known key found for this signature in database
GPG Key ID: DBFB3E83121BEDD1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { useCallback } from "react"
import { useDropzone } from "react-dropzone"
import { Box, Flex, jsx } from "theme-ui"
const API_ENDPOINT = "http://144.76.136.122:4000"
const API_ENDPOINT = "/api"
function MyDropzone() {
const onDrop = useCallback(acceptedFiles => {