Fixed a lot of stuff

This commit is contained in:
2025-11-03 13:39:34 -06:00
parent b4edcd8da6
commit 3a7e0bba3c
6 changed files with 42 additions and 7 deletions

View File

@@ -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(