kann deployed werde (zum ersten Mal)
This commit is contained in:
@@ -3,7 +3,7 @@ import bcrypt from 'bcrypt';
|
||||
import { getCollections, update_pflux } from '../db/mongo.js';
|
||||
|
||||
export function registerApiRoutes(app, requireLogin) {
|
||||
const { entriesCollection, usersCollection, prop_fluxCollection } = getCollections();
|
||||
const { usersCollection, prop_fluxCollection } = getCollections();
|
||||
|
||||
app.get('/api/check-email', async (req, res) => {
|
||||
const email = (req.query.email || '').toLowerCase().trim();
|
||||
|
||||
Reference in New Issue
Block a user