Skip to content

Commit

Permalink
routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Z0lr3n committed Feb 15, 2024
1 parent 698f3c0 commit 081c421
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
@@ -16,5 +16,5 @@
*/


Route::get('/counter/add', [CounterController::class, 'add']);
Route::post('/counter/add', [CounterController::class, 'add']);
Route::get('/counter/count', [CounterController::class, 'get']);

0 comments on commit 081c421

Please sign in to comment.