We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b311f commit d6db789Copy full SHA for d6db789
fintrack-api/src/main/java/com/jongsoft/finance/Application.java
@@ -11,12 +11,12 @@
11
12
@OpenAPIDefinition(
13
info = @Info(
14
- title = "FinTrack",
+ title = "Pledger",
15
version = "2.0.0",
16
license = @License(name = "MIT", url = "https://opensource.org/licenses/MIT"),
17
contact = @Contact(
18
name = "Jong Soft Development",
19
- url = "https://bitbucket.org/jongsoftdev/workspace/projects/FIN"
+ url = "https://github.com/pledger-io/rest-application"
20
)
21
),
22
security = @SecurityRequirement(name = "bearer")
0 commit comments