set remote endpoint

This commit is contained in:
Eddie Wang 2019-12-03 16:24:23 -05:00
parent 6385fecc60
commit 4bfcde3ed7
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://localhost:4000"
const API_ENDPOINT = "http://144.76.136.122:4000"
function MyDropzone() {
const onDrop = useCallback(acceptedFiles => {