feat(web): fix LGU edit validation and update drop-off point seeders and validation
This commit is contained in:
@@ -16,7 +16,7 @@ class DropOffPointController extends ApiController
|
||||
$data = $request->validate([
|
||||
'lat' => ['required', 'numeric', 'between:-90,90'],
|
||||
'lng' => ['required', 'numeric', 'between:-180,180'],
|
||||
'radius_km' => ['nullable', 'numeric', 'min:0.1', 'max:50'],
|
||||
'radius_km' => ['nullable', 'numeric', 'min:0.1', 'max:25000'],
|
||||
'limit' => ['nullable', 'integer', 'min:1', 'max:50'],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user