feat: Add initial API status page, fullscreen layout, robots.txt, and anti-crawler middleware configuration.

This commit is contained in:
dyzulk
2026-01-01 17:57:27 +07:00
parent 5ae3c5bde5
commit 025286101e
4 changed files with 10 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
</div>
<p class="absolute text-sm text-center text-gray-500 -translate-x-1/2 bottom-6 left-1/2 dark:text-gray-400">
&copy; 2025 - {{ $currentYear }} | {{ config('app.name') }} All Rights Reserved
&copy; 2025 - {{ $currentYear }} {{ config('app.name') }} All Rights Reserved
</p>
</div>
@endsection