Skip to content

Commit

Permalink
vbuyuyguy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZwaneProgram committed May 27, 2024
1 parent 8b32ab7 commit 2947074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
if (!lineMessage.value) {
throw new Error('message not found');
}
const response = await axios.post('https://linebot-fullstack.vercel.app/api/send-message', {
const response = await axios.post('https://www.google.co.th/?hl=th/api/send-message', {
userId,
message: lineMessage.value
});
Expand Down

0 comments on commit 2947074

Please sign in to comment.