Skip to content

Commit

Permalink
fix 🐛 : fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertHe committed Feb 17, 2025
1 parent 898d395 commit 437c95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ router.get("/api/check", async (ctx) => {
const res = await fetch(
`${
process.env.IPTV_CHECKER_URL
}/check-url-is-available?url=${url}&timeout=${isNaN(t) ? -1 : t}`
}/check/url-is-available?url=${url}&timeout=${isNaN(t) ? -1 : t}`
)

ctx.status = res.status
Expand Down

0 comments on commit 437c95c

Please sign in to comment.