fix : API Version 관리 추가 - 초기에는 v1으로 개발
(cherry picked from commit 09bf8ac599)
This commit is contained in:
20
app/Swagger/v1/SAMInfo.php
Normal file
20
app/Swagger/v1/SAMInfo.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace App\Swagger\v1;
|
||||
|
||||
/**
|
||||
* @OA\Info(
|
||||
* version="1.0.0",
|
||||
* title="SAM API Documentation",
|
||||
* description="SAM(Semi-Automatics Management) API 입니다.",
|
||||
* @OA\Contact(
|
||||
* email="shine1324@gmail.com"
|
||||
* )
|
||||
* )
|
||||
*
|
||||
* @OA\Server(
|
||||
* url=L5_SWAGGER_CONST_HOST,
|
||||
* description=L5_SWAGGER_CONST_NAME
|
||||
* )
|
||||
*/
|
||||
class SAMInfo {}
|
||||
Reference in New Issue
Block a user