Skip to content

Commit

Permalink
fix loading uri issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mc256 committed Apr 24, 2018
1 parent 3cb1e0d commit 3e3eb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebContent/WEB-INF/page-cart.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
}
let request_url = "http://localhost:8080/Citrus/REST/book/";
let request_url = "${pageContext.request.contextPath}/REST/book/";
function fetchBookInfoById(bookId, cb){
var request = new XMLHttpRequest();
Expand Down

0 comments on commit 3e3eb0f

Please sign in to comment.