Completed
Branch master (0745ac)
by Pásztor
05:31
created
Category
routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-Route::group(['prefix' => 'api/v1'], function () {
3
+Route::group(['prefix' => 'api/v1'], function() {
4 4
     Route::post('auth/login', 'Autumn\JWTAuth\Http\Controllers\AuthController@authenticate');
5 5
     Route::post('auth/register', 'Autumn\JWTAuth\Http\Controllers\AuthController@register');
6 6
 });
Please login to merge, or discard this patch.