country #74

Merged
Sayli.Parab merged 1 commits from sayali into main 2025-04-08 09:52:25 +00:00

View File

@@ -14,7 +14,6 @@ class LocationController extends Controller
$countries = Country::select('id', 'name')->get();
return response()->json([
'status' => true,
'data' => $countries
]);
}