Skip to content

Commit

Permalink
Add send telegram workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshin committed Feb 7, 2022
1 parent 1b6c2b0 commit a35d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function sendTelegram( urls ) {
来自 [简悦](http://simpread.pro/)`,
config = {
url : 'https://simpread-api-kenshin.vercel.app/api/service/telegram',
url : 'https://api-wrap.simpread.pro/api/service/telegram',
method : 'post',
data : {
chat : process.env.TELEGRAM_CHAT,
Expand Down

0 comments on commit a35d952

Please sign in to comment.