-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Shashank Verma <[email protected]>
- Loading branch information
Showing
33 changed files
with
283 additions
and
164 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ import io.swagger.v3.oas.annotations.servers.Server | |
@SecurityScheme( | ||
type = SecuritySchemeType.HTTP, | ||
name = "Firebase Auth", | ||
scheme = "Bearer" | ||
scheme = "Bearer", | ||
) | ||
@OpenAPIDefinition( | ||
info = Info( | ||
|
@@ -20,7 +20,7 @@ import io.swagger.v3.oas.annotations.servers.Server | |
contact = Contact( | ||
name = "CC-Club MNNIT", | ||
url = "https://github.com/CC-MNNIT", | ||
email = "[email protected]" | ||
email = "[email protected]", | ||
), | ||
), | ||
servers = [ | ||
|
@@ -33,6 +33,6 @@ import io.swagger.v3.oas.annotations.servers.Server | |
description = "Production", | ||
), | ||
], | ||
security = [SecurityRequirement(name = "Firebase Auth")] | ||
security = [SecurityRequirement(name = "Firebase Auth")], | ||
) | ||
class OpenAPIDefinition |
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
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
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.