mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14: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({
 | 
						request({
 | 
				
			||||||
		url: url + (URL.parse(req.url, true).search || ''),
 | 
							url: url + URL.parse(req.url, true).search,
 | 
				
			||||||
		encoding: null
 | 
							encoding: null
 | 
				
			||||||
	}, (err, response, content) => {
 | 
						}, (err, response, content) => {
 | 
				
			||||||
		if (err) {
 | 
							if (err) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue