make usernames unique
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user