Skip to content

Commit 81c30a7

Browse files
committed
#Bug fix
1. use spring static resource mapping.
1 parent a77c940 commit 81c30a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
2323
function checkLogin() {
24-
$.ajax("/getUserSession", {
24+
$.ajax("getUserSession", {
2525
data: null,
2626
async: false,
2727
success: function (d) {

0 commit comments

Comments
 (0)