Move: Model files
This commit is contained in:
parent
be318e8c06
commit
2772acfc2e
5 changed files with 5 additions and 9 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Reference in a new issue