This commit is contained in:
Suvodip
2024-08-13 18:50:45 +05:30
parent 5ae9d77c5a
commit bcae7c673f
26 changed files with 359 additions and 56 deletions

View File

@@ -15,7 +15,7 @@ const App: React.FC = () => {
};
setLoading(true);
try {
const response = await fetch(`https://api.teachertrainingkolkata.in/api/create-module`, {
const response = await fetch(`http://localhost:5174/api/create-module`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',