diff options
| author | Mateja <mail@matejamaric.com> | 2020-11-16 22:42:08 +0100 |
|---|---|---|
| committer | Mateja <mail@matejamaric.com> | 2020-11-16 22:42:08 +0100 |
| commit | 718d0e39f282073ab5f654651aec226448cdb842 (patch) | |
| tree | 740ad5e47db6b7e2acd555778e0c69a211ef10c3 /routes/api.php | |
| parent | 26bdfee839f4b8fb18beb1a9770fc758ad20c267 (diff) | |
| download | yota-laravel-718d0e39f282073ab5f654651aec226448cdb842.tar.gz yota-laravel-718d0e39f282073ab5f654651aec226448cdb842.zip | |
Finished. No errors. Go to testing.
Diffstat (limited to 'routes/api.php')
| -rw-r--r-- | routes/api.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routes/api.php b/routes/api.php index 413ea33..d85ea7a 100644 --- a/routes/api.php +++ b/routes/api.php @@ -21,4 +21,3 @@ Route::middleware('auth:api')->get('/user', function (Request $request) { }); Route::post('activities', [ReservationsController::class, 'index']); -Route::post('reservations', [ReservationsController::class, 'update'])->middleware(['auth']); |
