From 04274d8f700766fec3c4b27acaa4a4ffaaa902c4 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 17 Oct 2024 14:34:25 +0530 Subject: [PATCH] chore: docs --- server/src/routes/storage.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/src/routes/storage.ts b/server/src/routes/storage.ts index 9b6b9a75..675fec7f 100644 --- a/server/src/routes/storage.ts +++ b/server/src/routes/storage.ts @@ -37,6 +37,9 @@ router.get('/recordings', requireSignIn, async (req, res) => { } }); +/** + * GET endpoint for getting a recording. + */ router.get('/recordings/:id', requireSignIn, async (req, res) => { try { const data = await Robot.findOne({