This commit is contained in:
Suvodip
2024-08-05 12:23:01 +05:30
parent 768a1fc0d9
commit f45cb49419
7 changed files with 9 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ export default function TopPerformers() {
const [error, setError] = useState<Error | null>(null);
useEffect(() => {
fetch('https://api.teachertrainingkolkata.in//api/top-performers')
fetch('https://api.teachertrainingkolkata.in/api/top-performers')
.then(res => {
if (!res.ok) {
throw new Error('Network response was not ok');