There was an error while loading. Please reload this page.
1 parent 3e96fa7 commit eb18041Copy full SHA for eb18041
1 file changed
routes/api.php
@@ -59,7 +59,7 @@
59
->scoped(['updateable_id']);
60
61
Route::apiResource('metrics.points', MetricPointController::class, [
62
- 'except' => ['index', 'show'],
+ 'except' => ['index', 'show', 'update'],
63
])
64
->parameter('points', 'metricPoint')
65
->scoped();
0 commit comments