mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-04 07:16:32 +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 router = new express.Router()
 | 
				
			||||||
const {sanitizeParam} = require('express-validator/filter')
 | 
					const {sanitizeParam} = require('express-validator/filter')
 | 
				
			||||||
 | 
					const config = require('../../../application/config')
 | 
				
			||||||
const sanitizeAddress = sanitizeParam('address').customSanitizer(
 | 
					const sanitizeAddress = sanitizeParam('address').customSanitizer(
 | 
				
			||||||
	(value, {req}) => {
 | 
						(value, {req}) => {
 | 
				
			||||||
		return req.params.address
 | 
							return req.params.address
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue