update api version v2 to v3

This commit is contained in:
Cüneyt Şentürk 2020-12-24 15:39:54 +03:00
parent 702cffe246
commit 968777396d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ return [
|
*/
'version' => env('API_VERSION', 'v2'),
'version' => env('API_VERSION', 'v3'),
/*
|--------------------------------------------------------------------------