mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	Superinit!!!
This commit is contained in:
		
							parent
							
								
									92e7aa405b
								
							
						
					
					
						commit
						510a2fa0b9
					
				
							
								
								
									
										28
									
								
								src/libpoketube/init/pages-redir.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								src/libpoketube/init/pages-redir.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,28 @@ | |||||||
|  |  const {  fetcher,core, wiki,musicInfo, modules, version, initlog, init,} = require("../libpoketube-initsys.js"); | ||||||
|  | const { | ||||||
|  |   IsJsonString, | ||||||
|  |   convert, | ||||||
|  |   getFirstLine, | ||||||
|  |   capitalizeFirstLetter, | ||||||
|  |   turntomins, | ||||||
|  |   getRandomInt, | ||||||
|  |   getRandomArbitrary, | ||||||
|  | } = require("../ptutils/libpt-coreutils.js"); | ||||||
|  | 
 | ||||||
|  | const sha384 = modules.hash; | ||||||
|  | 
 | ||||||
|  | module.exports = function (app,config, renderTemplate) { | ||||||
|  |   | ||||||
|  | 
 | ||||||
|  | app.get("/hashtag/:id", (req, res) => { | ||||||
|  |   if (!req.params.id) { | ||||||
|  |     return res.redirect("/"); | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|  |   return res.redirect(`/search?query=${req.params.id}&from=hashtag`); | ||||||
|  | }); | ||||||
|  | 
 | ||||||
|  | app.get("/video/upload", (req, res) => { | ||||||
|  |   res.redirect("https://youtube.com/upload"); | ||||||
|  | }); | ||||||
|  | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley