Passed
Push — main ( 15a85c...612b86 )
by Richard
05:58
created
routes/api.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 
6 6
 Route::prefix('api')->group(function () {
7 7
 
8
-	Route::resource('house-ads', HouseAdController::class)->only([
9
-	    'index', 'show', 'update'
10
-	]);
8
+    Route::resource('house-ads', HouseAdController::class)->only([
9
+        'index', 'show', 'update'
10
+    ]);
11 11
 
12 12
 }
13 13
\ No newline at end of file
Please login to merge, or discard this patch.