mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	bwaa
This commit is contained in:
		
							parent
							
								
									5dc6a9e435
								
							
						
					
					
						commit
						9d8de3d898
					
				| @ -295,17 +295,7 @@ app.use("/sb/i/:v/:imagePath/:img", async function (req, res) { | ||||
|     f.body.pipe(res); | ||||
|   }); | ||||
| 
 | ||||
|  app.get("/api/improving-poke/suggestions", async (req, res) => { | ||||
|     const query = req.query.q; | ||||
| 
 | ||||
|     let url = `https://invid-api.poketube.fun/bHj665PpYhUdPWuKPfZuQGoX/api/v1/search/suggestions?q=${query}`; | ||||
| 
 | ||||
|     let f = await modules.fetch(url, { | ||||
|       method: req.method, | ||||
|     }); | ||||
|        | ||||
|     f.body.pipe(res); | ||||
|   }); | ||||
|   | ||||
| 
 | ||||
|   app.get("/api/redirect", async (req, res) => { | ||||
|     const red_url = atob(req.query.u); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 ashley
						ashley