mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	im sorry lol
This commit is contained in:
		
							parent
							
								
									8203cc8f81
								
							
						
					
					
						commit
						ccd7f8e14b
					
				| @ -214,7 +214,7 @@ app.get("/game-hub", function (req, res) { | ||||
|   var gameslist = ["pong", "tic-tac-toe", "sudoku", "snake"]; | ||||
|   var requestedGame = req.query.game; | ||||
| 
 | ||||
|   if (!requestedGame || !gameslist.includes(requestedGame)) { | ||||
|   if (!gameslist.includes(requestedGame)) { | ||||
|     return renderTemplate(res, req, "404.ejs"); | ||||
|   } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 ashley
						ashley