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