Skip to content

Commit d6db789

Browse files
committed
Change application name
1 parent d7b311f commit d6db789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fintrack-api/src/main/java/com/jongsoft/finance/Application.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
@OpenAPIDefinition(
1313
info = @Info(
14-
title = "FinTrack",
14+
title = "Pledger",
1515
version = "2.0.0",
1616
license = @License(name = "MIT", url = "https://opensource.org/licenses/MIT"),
1717
contact = @Contact(
1818
name = "Jong Soft Development",
19-
url = "https://bitbucket.org/jongsoftdev/workspace/projects/FIN"
19+
url = "https://github.com/pledger-io/rest-application"
2020
)
2121
),
2222
security = @SecurityRequirement(name = "bearer")

0 commit comments

Comments
 (0)