Skip to content

Commit 12ccdfa

Browse files
committed
LRSD-9602 Rename
1 parent 96ca54d commit 12ccdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/liferay-learn-workspace/client-extensions/liferay-learn-etc-spring-boot/src/main/java/com/liferay/learn/CourseProgressDownloadRestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void writeTo(OutputStream outputStream)
7878

7979
private String _getAuthorization() {
8080
return _liferayOAuth2AccessTokenManager.getAuthorization(
81-
"liferay-learn-etc-spring-boot-oauth-application-headless-server");
81+
"liferay-learn-etc-spring-boot-oahs");
8282
}
8383

8484
private boolean _isBetween(

0 commit comments

Comments
 (0)