mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Revert
This commit is contained in:
		
							parent
							
								
									d69a6f0fb1
								
							
						
					
					
						commit
						2801176dea
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -10,7 +10,7 @@ module.exports = (req: express.Request, res: express.Response) => {
 | 
			
		|||
	}
 | 
			
		||||
 | 
			
		||||
	request({
 | 
			
		||||
		url: url + (URL.parse(req.url, true).search || ''),
 | 
			
		||||
		url: url + URL.parse(req.url, true).search,
 | 
			
		||||
		encoding: null
 | 
			
		||||
	}, (err, response, content) => {
 | 
			
		||||
		if (err) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue