Skip to content

Commit

Permalink
fixed post
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulvk007 committed Nov 25, 2023
1 parent 2cf170d commit fbd01ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/codewars/Codewars.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Blogs() {
// console.log(values);
// console.log(selectedValue);
axios
.post("https://corsproxy.io/?https://leaderboard.lugvitc.org/api/submit_form", values)
.post("https://corsproxy.altacee.com/https://leaderboard.lugvitc.org/api/submit_form", values)
.then(function (response) {
// toast.success("Submitted Successfully.")
if (values.year=="1st Yr Student") {
Expand Down

0 comments on commit fbd01ce

Please sign in to comment.