mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	Implemented redirection for SPA
This commit is contained in:
		@@ -16,7 +16,7 @@ class RoutesGetStatusIntegrationTest extends KernelTestCase
 | 
			
		||||
        'register' => 301,
 | 
			
		||||
        'logout' => 302,
 | 
			
		||||
        'profile/edit' => 302,
 | 
			
		||||
        'spa' => 200,
 | 
			
		||||
        'spa' => 302,
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
    public function setUp(): void
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user