Skip to content

Commit

Permalink
fixed activatealarm
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy.li committed Oct 16, 2022
1 parent ba19b65 commit 507d073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/CountdownTimer/CountdownTimer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import { useAtom } from "jotai";
const ExpiredNotice = () => {

const [user, setUser] = useAtom(currUserAtom);

const notifyTwilio = async () => {
const searchUrl = `http://localhost:4000/twlio/activateAlarm`
const searchUrl = `http://34.168.40.206:4000/twilio/activateAlarm/`
const response = await fetch(searchUrl, {
mode: 'cors',
method: 'POST',
Expand Down

0 comments on commit 507d073

Please sign in to comment.