generated from dwd/boilarplate-remix-tailwind-antd
s1
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user