fix bugs
This commit is contained in:
@@ -234,27 +234,6 @@ class DashboardController extends Controller
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Sentinel Map
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
// public function sentinelMap(Request $request)
|
||||
|
||||
// {
|
||||
// $range = $this->getEpiRange($request);
|
||||
|
||||
// if (!$range) {
|
||||
// return response()->json(['error' => 'Missing epiweek range'], 400);
|
||||
// }
|
||||
|
||||
// return response()->json($data);
|
||||
// }
|
||||
|
||||
public function fetchSourceData()
|
||||
{
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user