Commit 6a40bd062a99d1493529a1e43ea0a39860214e5c
1 parent
b9f8960be9
Exists in
master
and in
4 other branches
Comment out keycloak authentication for now
Showing 1 changed file with 2 additions and 2 deletions
api/routes/api.php
View file @
6a40bd0
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | | |
14 | 14 | */ |
15 | 15 | |
16 | -Route::group(['middleware' => 'auth:api'], function () { | |
16 | +//Route::group(['middleware' => 'auth:api'], function () { | |
17 | 17 | |
18 | 18 | Route::get('capec', 'CapecController@index'); |
19 | 19 | Route::group(['prefix' => 'v1'], function () { |
... | ... | @@ -46,5 +46,5 @@ |
46 | 46 | }); |
47 | 47 | }); |
48 | 48 | |
49 | -}); | |
49 | +//}); |