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

@@ -1,4 +1,4 @@
import {pool} from '../db.js';
import { pool } from '../lib/database.js';
export const createNewCommunity = async (req, res) => {
try {