Skip to content

Commit

Permalink
Tiny fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zippoxer authored Jun 12, 2020
1 parent 51111cb commit e55d01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
Route::get('/nova-api/nova-option', OptionResourceIndexController::class . '@handle');
Route::get('/nova-api/nova-option/count', OptionResourceCountController::class . '@show');
Route::put('/nova-api/nova-option/{resourceId}', OptionResourceUpdateController::class . '@handle');
Route::delete('/nova-api/nova-page/{resourceId}/field/{field}', OptionFieldDestroyController::class . '@handle');
Route::delete('/nova-api/nova-option/{resourceId}/field/{field}', OptionFieldDestroyController::class . '@handle');

0 comments on commit e55d01f

Please sign in to comment.