removed about page, fixed ny validation
This commit is contained in:
		
							parent
							
								
									2021ada52b
								
							
						
					
					
						commit
						4aebef12c8
					
				@ -17,7 +17,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "require": {
 | 
					    "require": {
 | 
				
			||||||
      "twig/twig": "*",
 | 
					      "twig/twig": "*",
 | 
				
			||||||
      "nickyeoman/php-validation-class": "*"
 | 
					      "nickyeoman/php-validation-class": "^5.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "minimum-stability": "stable", 
 | 
					    "minimum-stability": "stable", 
 | 
				
			||||||
    "extra": {
 | 
					    "extra": {
 | 
				
			||||||
 | 
				
			|||||||
@ -1,8 +1,5 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
$routes = [
 | 
					$routes = [
 | 
				
			||||||
    '/about' => [ 
 | 
					 | 
				
			||||||
        'get' => 'about'
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    '/' => [ 
 | 
					    '/' => [ 
 | 
				
			||||||
        'get' => 'index'
 | 
					        'get' => 'index'
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user