Spaces:
Running
Running
| import extractRandom from "../extractors/random.extractor.js"; | |
| export const getRandom = async (req,res) => { | |
| try { | |
| const data = await extractRandom(); | |
| return data; | |
| } catch (error) { | |
| console.error("Error getting random anime:", error.message); | |
| return e; | |
| } | |
| }; | |