Skip to content

Commit 38f9e95

Browse files
chore: Add requested changes
Signed-off-by: matiasperrone-exo <matias.perrone@exomindset.co>
1 parent bce4f02 commit 38f9e95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/Swagger/OpenApiInfo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
email: "support@openstack.org"
1414
),
1515
license: new OA\License(
16-
name: "MIT",
17-
url: "https://opensource.org/licenses/MIT"
16+
name: "Apache 2.0",
17+
url: "http://www.apache.org/licenses/LICENSE-2.0"
1818
)
1919
)]
2020
#[OA\Server(
21-
url: "/",
21+
url: L5_SWAGGER_CONST_HOST,
2222
description: "IDP API Server"
2323
)]
2424
class OpenApiInfo

0 commit comments

Comments
 (0)