Skip to content

Commit

Permalink
add status code and support the vben vue menu etc
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Sep 6, 2024
1 parent cd98be6 commit 12f0ced
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Config/Apis.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
*
* The version of the package
*/
'version' => '1.1.2',
'version' => '2.0.0',
/**
*
* The version number of the package
*/
'versionNum' => '112',
'versionNum' => '200',
/**
*
* enable input log for all requests default is false
Expand Down
2 changes: 1 addition & 1 deletion src/Docs/V1/Admin/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @OA\Info(
* version="1.1.2",
* version="2.0.0",
* title="NexaMerchant Admin Rest API Documentation",
* description="NexaMerchant Admin Rest API Documentation",
*
Expand Down
2 changes: 1 addition & 1 deletion src/Docs/V1/Shop/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @OA\Info(
* version="1.1.0",
* version="2.0.0",
* title="NexaMerchant Store Front Rest API Documentation",
* description="NexaMerchant Store Front Rest API Documentation",
*
Expand Down

0 comments on commit 12f0ced

Please sign in to comment.