create webservice route
This commit is contained in:
@@ -224,7 +224,7 @@ class RoadMaintenanceStationController extends Controller
|
||||
));
|
||||
}
|
||||
|
||||
public function giveListToFms()
|
||||
public function giveListToFms(): JsonResponse
|
||||
{
|
||||
return $this->successResponse(RahdariPoint::all(['id', 'name', 'lat', 'lng', 'area']));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user