Completed
Push — master ( 3cf2a3...b96e1a )
by Pierre
02:31 queued 12s
created
config/dev/middlewares.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
         'prefix' => '/api/v1/',
12 12
         'exclude' => [
13 13
             'auth/login', 'stat/opcache', 'stat/filecache',
14
-            'restful' ,'restful/index', 'test/pokerelay'
14
+            'restful', 'restful/index', 'test/pokerelay'
15 15
         ],
16 16
     ],
17 17
     App\Middlewares\Restful::class => [
Please login to merge, or discard this patch.