Skip to content

Commit 878d59c

Browse files
committed
Final commit
1 parent 9dfb0d6 commit 878d59c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

angular/src/app/globals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const BASEURL: string = 'https://localhost:8443/api/';
33
export const BASEURL_IMAGE: string = 'https://localhost:8443';
44
export const BASEURL_UPLOADIMG: string = 'https://localhost:8443/api/image';
55
export const USER_BASEURL: string = BASEURL + 'user/';
6-
export const USER_RECOMENDED: string = BASEURL + 'recommendedCourses';
6+
export const USER_RECOMENDED: string = BASEURL + 'user/recommendedCourses';
77
export const USER_REGISTER: string = BASEURL + 'register';
88
export const ADMIN_COURSEURL: string = BASEURL + 'admin/course/';
99
export const ADMIN_USERURL: string = BASEURL + 'admin/';

src/main/resources/static/new/inline.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/static/new/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/static/new/main.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)