mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-06-11 02:50:29 +00:00
🔥 **Remove Highscore and Bindle features**
- 🗑️ Deleted `Highscore` feature (Model, Controller, Factory, Tests, Routes, Migrations) and associated logic. - 🗑️ Removed `BindleController` and its related test. - 🧹 Cleaned up unused routes, database seeders, and localization references. - 🚫 Deprecated inactive book rental guide component and associated views.
This commit is contained in:
+2
-3
@@ -64,8 +64,7 @@ return [
|
||||
|
||||
## Rate Limiting
|
||||
|
||||
Öffentliche Endpunkte sind auf **60 Anfragen/Minute** begrenzt, das Einreichen von
|
||||
Highscores zusätzlich auf **10 Anfragen/Minute**.
|
||||
Öffentliche Endpunkte sind auf **60 Anfragen/Minute** begrenzt.
|
||||
MARKDOWN,
|
||||
],
|
||||
|
||||
@@ -96,7 +95,7 @@ return [
|
||||
'view' => 'scramble::scalar',
|
||||
'cdn' => 'https://cdn.jsdelivr.net/npm/@scalar/api-reference',
|
||||
'theme' => 'laravel',
|
||||
'proxyUrl' => 'https://proxy.scalar.com',
|
||||
'proxyUrl' => '',
|
||||
'darkMode' => true,
|
||||
'showDeveloperTools' => 'never',
|
||||
'agent' => ['disabled' => true],
|
||||
|
||||
Reference in New Issue
Block a user