]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/static.ts
Translated using Weblate (Hungarian)
[github/Chocobozzz/PeerTube.git] / server / controllers / static.ts
index 1c04e4b11ebfaf1ce08a744d80e5afb791fbea1c..fe162991078b9d231058599e056af6688adfaae6 100644 (file)
@@ -69,6 +69,7 @@ staticRouter.get('/robots.txt',
   cacheRoute(ROUTE_CACHE_LIFETIME.ROBOTS),
   (_, res: express.Response) => {
     res.type('text/plain')
+
     return res.send(CONFIG.INSTANCE.ROBOTS)
   }
 )