Skip to content

Commit

Permalink
Drop a TODO we don't need
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Aug 13, 2024
1 parent 954c23a commit 30911dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/media-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export class MediaProxy {
next();
});
this.internalRouter.get('/health', this.getHealth.bind(this));
// TODO "/v1/media/thumbnail/xyz"
this.internalRouter.get('/v1/media/download/:mediaToken',
(req, res, next) => this.onMediaRequest(req, res).catch(ex => next(ex))
);
Expand Down

0 comments on commit 30911dc

Please sign in to comment.