X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fcontrollers%2Fbots.ts;h=9e92063d4ecf1be651ece80990ef35a845b38c62;hb=3b54e5902a54c99c2968383e967370ae17bbba03;hp=8d1fa72f30ded63da0fe4efe4d72016c5b77915f;hpb=93708d4e402901635c6f8b6d59bc1fa607dd99ad;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/controllers/bots.ts b/server/controllers/bots.ts index 8d1fa72f3..9e92063d4 100644 --- a/server/controllers/bots.ts +++ b/server/controllers/bots.ts @@ -75,7 +75,7 @@ async function getSitemapLocalVideoUrls () { }) return data.map(v => ({ - url: WEBSERVER.URL + '/videos/watch/' + v.uuid, + url: WEBSERVER.URL + '/w/' + v.uuid, video: [ { title: v.name,