Completed
Push — master ( ac84c4...0288b5 )
by Pásztor
02:10
created
routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 $api = app('Dingo\Api\Routing\Router');
4 4
 
5
-$api->version('v1', function ($api) {
5
+$api->version('v1', function($api) {
6 6
 
7 7
     $api->post('auth/login', 'Autumn\JWTAuth\Http\Controllers\AuthController@authenticate');
8 8
     $api->post('auth/register', 'Autumn\JWTAuth\Http\Controllers\AuthController@register');
Please login to merge, or discard this patch.