Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant0708 committed Jul 30, 2024
1 parent 96d5445 commit 1567350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Announcement.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Announcement = () => {

try {
const response = await axios.post(
"http://localhost:6352/announcements",
"https://smartserver-scbe.onrender.com/announcements",
announcement
);

Expand Down

0 comments on commit 1567350

Please sign in to comment.