app endpoints, enforce email verification

This commit is contained in:
2023-08-19 14:10:40 +02:00
parent 71a2927372
commit 5505313e3e
6 changed files with 169 additions and 77 deletions

View File

@@ -14,7 +14,6 @@ const getHandler = new geth();
const path = require( 'path' );
const bodyParser = require( 'body-parser' );
// settings is missing in arguments which shouldn't pose any problem
module.exports = ( app, settings ) => {
// Add specific routes here to have them be checked first to not get general handling