From a45a51231f77dacf7a54503949cbd0987c3ba1b1 Mon Sep 17 00:00:00 2001 From: Shivesh-shiva <142622456+Shivesh-shiva@users.noreply.github.com> Date: Sun, 10 May 2026 00:50:23 +0530 Subject: [PATCH] Update TodoApp.js const API_BASE_URL = 'http://52.146.33.135:8000/api'; --- src/TodoApp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';