-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Edith Soares
committed
May 19, 2021
1 parent
1fb452d
commit 1d26b35
Showing
22 changed files
with
895 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,11 +30,12 @@ public Docket api(){ | |
|
||
private ApiInfo metaInfo(){ | ||
ApiInfo apiInfo = new ApiInfo( | ||
"Luiza Code", | ||
"API REST desenvolvida para as aulas do curso da Luiza Code", | ||
"Wishlist API", | ||
"API REST desenvolvida para o desafio final Luiza Code", | ||
"1.0", | ||
"Terms of service", | ||
new Contact("Tainá Medeiros", "","[email protected]"), | ||
new Contact("Edith Soares / Pollyana Veloso / Marcela Lima / Maria Tereza / Larissa Palhao", | ||
"","[edith.soaares, pollyvel20, limamarcela6795, therezaaltarugio, larissa.palhao]@gmail.com"), | ||
"Apcahe License Version 2.0", | ||
"https://www.apache.org/license.html", new ArrayList<VendorExtension>() | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.