This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
FunctionProject/api/controllers/comments.js
2020-04-06 23:06:21 +02:00

2 lines
116 B
JavaScript

const errorHandling = require('../assets/utils/errorHandling');
const Comments = require('../models/comments');