service-captcha/app/Http/Controllers
2023-07-06 19:50:22 +06:00
..
Api/V1 Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
Private Made authorization. 2023-07-06 10:48:32 +06:00
AuthController.php The authorization method of the AuthController has been updated to specify a return type. This was done to ensure that the method always returns an instance of a RedirectResponse, thereby enhancing the code's readability and preventing unexpected return types. 2023-07-06 19:50:22 +06:00
Controller.php Made authorization. 2023-07-06 10:48:32 +06:00