make usernames unique

This commit is contained in:
2025-09-11 19:00:11 +02:00
parent 6e2bee96c9
commit 3c77b694be
3 changed files with 6 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ import { fileURLToPath } from 'url';
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.join(path.dirname(__filename), ".."); // going back a dir cuz code is in src/
const app = express();
const specs = swaggerJsdoc({
definition: {