mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02: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