Skip to content

Commit

Permalink
fix: set mailbox server to Google Cloud instance
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Aug 27, 2024
1 parent e8a3b25 commit 5f93667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Index/ContactSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function ContactSection() {
if (isDisabled()) {
return
}
axios.post("https://api.ufosc.org/mailbox/submit", {
axios.post("https://mailbox-sifpwxrsgq-uc.a.run.app/mailbox/submit", {
from: form.Email,
subject: form.Subject,
message: form.Message,
Expand Down

0 comments on commit 5f93667

Please sign in to comment.