Skip to content

Commit eb18041

Browse files
authored
Remove unused metric points update route
1 parent 3e96fa7 commit eb18041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

routes/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
->scoped(['updateable_id']);
6060

6161
Route::apiResource('metrics.points', MetricPointController::class, [
62-
'except' => ['index', 'show'],
62+
'except' => ['index', 'show', 'update'],
6363
])
6464
->parameter('points', 'metricPoint')
6565
->scoped();

0 commit comments

Comments
 (0)