(fix) Umbau zu SCS
**Backend:** - Vervollständigen Sie alle Repository-Implementierungen - Implementieren Sie die Authentifizierung und Autorisierung - Fügen Sie Validierung für alle API-Endpunkte hinzu
This commit is contained in:
@@ -86,7 +86,7 @@ Alle Endpunkte verwenden das gleiche Pattern:
|
||||
|
||||
```kotlin
|
||||
// Validierung durchführen
|
||||
val validationErrors = ApiValidationUtils.validateXxx(...)
|
||||
val validationErrors = ApiValidationUtils.validateXxx('...')
|
||||
|
||||
if (!ApiValidationUtils.isValid(validationErrors)) {
|
||||
call.respond(
|
||||
|
||||
Reference in New Issue
Block a user