Skip to content

Commit

Permalink
Merge pull request #71 from akshat-code21/new
Browse files Browse the repository at this point in the history
Update index.tsx
  • Loading branch information
alienx5499 authored Feb 2, 2025
2 parents 9a8d008 + aa91ebd commit 84821f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Pot-Hole-Detector-Frontend/app/(tabs)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Index() {
useEffect(() => {
const fetchTarget = async () => {
const response = await fetch(
"https://pothole-detection-backend.onrender.com/total-reports"
"https://pot-hole-detector.onrender.com/total-reports"
);
const data = await response.json();
return data.totalReports;
Expand Down

0 comments on commit 84821f0

Please sign in to comment.