Skip to content

Commit 25c44ec

Browse files
committed
fixed console.log
1 parent 0ddd0db commit 25c44ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Home/Home.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default function Home() {
129129
data.sort(compareDates);
130130

131131
//get data
132-
console.log(`http://${process.env.REACT_APP_AWS_BACKEND_URL}/items/`);
132+
console.log(`${process.env.REACT_APP_AWS_BACKEND_URL}`);
133133
useEffect(() => {
134134
const getData = async () => {
135135
axios

0 commit comments

Comments
 (0)