Removed namespace

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-03-04 12:30:47 -08:00
parent ba010618f7
commit 0c520476a3

View file

@ -16,7 +16,7 @@ use Illuminate\Support\Facades\Route;
|
*/
Route::group(['prefix' => 'v1','namespace' => 'Api', 'middleware' => ['api', 'throttle:'.config('app.api_throttle_per_minute').',1']], function () {
Route::group(['prefix' => 'v1', 'middleware' => ['api', 'throttle:'.config('app.api_throttle_per_minute').',1']], function () {
Route::get('/', function () {