mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-03 23:16:31 +01:00 
			
		
		
		
	add missing config
This commit is contained in:
		
							parent
							
								
									19229f1f1c
								
							
						
					
					
						commit
						db2fe23548
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@ const express = require('express')
 | 
			
		|||
 | 
			
		||||
const router = new express.Router()
 | 
			
		||||
const {sanitizeParam} = require('express-validator/filter')
 | 
			
		||||
 | 
			
		||||
const config = require('../../../application/config')
 | 
			
		||||
const sanitizeAddress = sanitizeParam('address').customSanitizer(
 | 
			
		||||
	(value, {req}) => {
 | 
			
		||||
		return req.params.address
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue