You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The frontend blog section does not show the name of the writer because a part of the /getblogs endpoint response is
{ "writernmae": "Aditya Ranjan",
"writeremail": "aditya21_ug@civil.nits.ac.in",
"writerintro": "Technical Head at E-Cell NIT,Silchar."
,},
So we have to fix this in the frontend where its typed as "writername" or here in the backend by fixing the typo.
The text was updated successfully, but these errors were encountered:
The frontend blog section does not show the name of the writer because a part of the /getblogs endpoint response is
{ "writernmae": "Aditya Ranjan",
"writeremail": "aditya21_ug@civil.nits.ac.in",
"writerintro": "Technical Head at E-Cell NIT,Silchar."
,},
So we have to fix this in the frontend where its typed as "writername" or here in the backend by fixing the typo.
The text was updated successfully, but these errors were encountered: