FunctionProject/api/controllers/comments.js

2 lines
116 B
JavaScript
Raw Normal View History

2020-04-06 23:06:21 +02:00
const errorHandling = require('../assets/utils/errorHandling');
const Comments = require('../models/comments');