mirror of
https://github.com/mjrode/WhatToWatch.git
synced 2026-05-05 20:19:09 -05:00
Fetch image from MovieDB and set user_id in library update
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import {Router} from 'express';
|
||||
import recommend from '../services/recommend';
|
||||
|
||||
const router = Router();
|
||||
|
||||
router.get('/most-watched', recommend.getMostWatched);
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user