diff --git a/README.md b/README.md index a2228a6..fe4ef4c 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ # Branch deploy + +![img.png](img.png) + +![img_1.png](img_1.png) \ No newline at end of file diff --git a/application/app/Http/Middleware/Authenticate.php b/application/app/Http/Middleware/Authenticate.php index f4a6d32..d4ef644 100644 --- a/application/app/Http/Middleware/Authenticate.php +++ b/application/app/Http/Middleware/Authenticate.php @@ -12,8 +12,6 @@ class Authenticate extends Middleware */ protected function redirectTo(Request $request): ?string { - $password = 'e6334e2abf6dc6907fe9be7bb2cfe5feba9ad01b'; - return $request->expectsJson() ? null : route('login'); } } diff --git a/img.png b/img.png new file mode 100644 index 0000000..c7df3bb Binary files /dev/null and b/img.png differ diff --git a/img_1.png b/img_1.png new file mode 100644 index 0000000..b291ba3 Binary files /dev/null and b/img_1.png differ