Fixed a lot of stuff
This commit is contained in:
@@ -62,7 +62,7 @@ export const getPostById = async (req, res) => {
|
||||
}
|
||||
}
|
||||
|
||||
getPostByComunityId = async (req, res) => {
|
||||
export const getPostByComunityId = async (req, res) => {
|
||||
try {
|
||||
const { comunidad } = req.params;
|
||||
const query = await pool.query(
|
||||
|
||||
Reference in New Issue
Block a user