Move: Model files

This commit is contained in:
Yûki VACHOT 2021-12-06 05:38:07 +01:00
parent be318e8c06
commit 2772acfc2e
5 changed files with 5 additions and 9 deletions

View file

@ -1,5 +1,5 @@
const {sendMessage} = require ("../config/response.config");
const interests = require("../config/video.categories.config");
const interests = require("../models/objects/video.categories.model");
// Get all interests available
exports.getInterests = (req, res) => {