Skip to content

Commit 5eb7219

Browse files
committed
feat: remove backend route
1 parent 4115d32 commit 5eb7219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat-ui/src/components/ChatInterface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
import ReactMarkdown from 'react-markdown';
77
import './ChatInterface.css';
88

9-
const BACKEND_ROUTE = "http://localhost:8080/api/routes/chat/";
9+
const BACKEND_ROUTE = 'api/routes/chat/'
1010

1111
const ChatInterface = () => {
1212
const [messages, setMessages] = useState([

0 commit comments

Comments
 (0)