Remove now unused /maintenance route
		
	This commit is contained in:
		
					parent
					
						
							
								4489d14b06
							
						
					
				
			
			
				commit
				
					
						0bba4f12ca
					
				
			
		
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -302,7 +302,6 @@ return [
 | 
			
		|||
	'/login'              => [Module\Security\Login::class,  [R::GET, R::POST]],
 | 
			
		||||
	'/logout'             => [Module\Security\Logout::class, [R::GET, R::POST]],
 | 
			
		||||
	'/magic'              => [Module\Magic::class,           [R::GET]],
 | 
			
		||||
	'/maintenance'        => [Module\Maintenance::class,     [R::GET]],
 | 
			
		||||
	'/manifest'           => [Module\Manifest::class,        [R::GET]],
 | 
			
		||||
	'/friendica.webmanifest'  => [Module\Manifest::class,    [R::GET]],
 | 
			
		||||
	'/modexp/{nick}'      => [Module\PublicRSAKey::class,    [R::GET]],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue