timestamps.route.ts
Mounted at: /api/v1 (note: no extra prefix in mount — paths are defined inside the file)
When watching YouTube study videos, users mark timestamps (“at 3:42 — important formula”).
Crowd timestamps are shared; user timestamps are private to the account.
Related models
video.model.ts,video-timestamp.model.tscrowd-video-timestamp.model.tsuser-library-video.model.ts(saved videos)
Related services
youtube.service.ts— fetch metadata from YouTube API
Chrome extension and vite-frontend are the main callers.
Read route file for exact paths (GET/POST/PATCH/DELETE).
Last updated on