${images.map((image) => `
${image}
`).join('')}
`,
diff --git a/src/api/videos/api.ts b/src/api/videos/api.ts
index b6e2a1d..f8d3417 100644
--- a/src/api/videos/api.ts
+++ b/src/api/videos/api.ts
@@ -9,9 +9,10 @@ function handler(pathName: string) {
http.get(`/${pathName}`, ({ request: _request }) => {
const videos = fs.readdirSync('./src/resources/videos');
return HttpResponse.text(
- `
+ `
+
-
Access videos stored in the src/resources/videos folder using the format: api/videos/{filename}
+
Access videos stored in the src/resources/videos folder using the format: api/videos/{filename}
Example: api/videos/placeholder.mp4
Get a full list of videos as a json object at /videos/list
Available video files in src/resources/videos folder: