Skip to content

Commit a07ecc7

Browse files
committed
Fix url de l'api
1 parent eb15163 commit a07ecc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ setInterval(async () => {
6969

7070
// Afficher des infos basiques
7171
fastify.all("/", async (req, res) => {
72-
// TODO: on modifiera l'URL ici
73-
return res.redirect("https://github.com/Freebox-Tools")
72+
return res.redirect("https://github.com/Freebox-Tools/api-notifier")
7473
})
7574

7675
// Associer une Freebox à un compte Telegram

0 commit comments

Comments
 (0)