diff options
Diffstat (limited to 'infrastructure/Auth/routes_protected.php')
-rw-r--r-- | infrastructure/Auth/routes_protected.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/infrastructure/Auth/routes_protected.php b/infrastructure/Auth/routes_protected.php new file mode 100644 index 0000000..0fe814f --- /dev/null +++ b/infrastructure/Auth/routes_protected.php @@ -0,0 +1,3 @@ +<?php + +$router->post('/logout', 'LoginController@logout');
\ No newline at end of file |