diff --git a/src/TodoApp.js b/src/TodoApp.js index aadd3b7..f246b22 100644 --- a/src/TodoApp.js +++ b/src/TodoApp.js @@ -4,7 +4,7 @@ import { Button, TextField, Container, Typography, Grid, Card, CardContent, Icon import { Delete } from '@mui/icons-material'; import { Box } from '@mui/material'; -const API_BASE_URL = 'http://52.146.33.135:8000'; +const API_BASE_URL = 'http://52.146.33.135:8000/api'; const backgroundImage = process.env.PUBLIC_URL + '/background.jpg';